COLOR #EB465C

HEX: #EB465C RGB: (235,70,92)

Color info

#EB465C contains mainly red color. Web safe color of #EB465C is #FF3366 (or #F36).

RGB color model

#EB465C color RGB value is (235,70,92).

RGB: (235,70,92) (92%, 27%, 36%)

RGB channels and saturation

R 235 of 255 = 92%
G 70 of 255 = 27%
B 92 of 255 = 36%

235
70
92

R + G + B ~ 52%. #EB465C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 235 + 70 + 92 = 397 (100%)
R 235 of 397 ~ 59.19%
G 70 of 397 ~ 17.63%
B 92 of 397 ~ 23.17'%

%59.19
%17.63
%23.17

CMYK color model

#EB465C color CMYK value is (0,70,61,8).

  • cyan value is 0.00%
  • magenta value is 70.21%
  • yellow value is 60.85%
  • key color value is 7.84%

CMYK: (0,70,61,8)
C0M70Y61K8 (0%, 70%, 61%, 8%)
(0.00 / 0.70 / 0.61 / 0.08)

CMYK percentages

%0
%70.21
%60.85
%7.84

Codes

Color #EB465C in popluar color models

EB 46 5C
RGB 235 70 92
HSL 352° 80.49% 59.80%
HSB/HSV 352° 70.21% 92.16%
CMYK 0.00% 70.21% 60.85%
7.84%

Color #EB465C in popluar number systems.

HEX EB 46 5C
Decimal 235 70 92
Binary 11101011 1000110 1011100
Octal 353 106 134

Shades and tints

Shades of #EB465C

#EB465C
(235,70,92)
#D64054
(214,64,84)
#C13A4C
(193,58,76)
#AC3444
(172,52,68)
#972E3C
(151,46,60)
#822834
(130,40,52)
#6D222C
(109,34,44)
#581C24
(88,28,36)
#43161C
(67,22,28)
#2E1014
(46,16,20)
#190A0C
(25,10,12)
#000000
(0,0,0)

Tints of #EB465C

#EB465C
(235,70,92)
#EC566A
(236,86,106)
#ED6678
(237,102,120)
#EE7686
(238,118,134)
#EF8694
(239,134,148)
#F096A2
(240,150,162)
#F1A6B0
(241,166,176)
#F2B6BE
(242,182,190)
#F3C6CC
(243,198,204)
#F4D6DA
(244,214,218)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB465C color. Also use rgb(235,70,92) instead hex code.

Text Font Color

.myTextColor { color: #EB465C; }

<p style="color:#EB465C">This sample text font color is #EB465C.</p>

This text font color is #EB465C.

Background Color

.myBgColor { background-color: #EB465C; }

<div style="background-color:#EB465C">Inner text</div>

This div background color is #EB465C.

Border color

.myBorderColor { border: 1px solid #EB465C; }

<div style="border:3px solid #EB465C">Div</div>

This div border color is #EB465C.

Opacity

.myOpacity80 { color: #EB465C; opacity: 0.8; }

<p style="color:#EB465C;opacity:0.8;">80%</p>

Text with #EB465C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB465C;}

<p style="text-shadow: 3px 3px 1px #EB465C">Text here.</p>

This text has shadow with #EB465C color.


.textShadow {text-shadow: 3px 3px 1px #EB465C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB465C, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB465C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB465C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB465C, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB465C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB465C;
-webkit-box-shadow: 1px 1px 3px 2px #EB465C;
box-shadow: 1px 1px 3px 2px #EB465C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB465C; -webkit-box-shadow: 1px 1px 3px 2px #EB465C; box-shadow:1px 1px 3px 2px #EB465C;">
Div content here
</div>

This div box has shadow with color #EB465C.

Preview

Color preview on black background

This text has color #EB465C on black background.


Color preview on white background

This text has color #EB465C on white background.


Black color preview on #EB465C background

This text has black color on #EB465C background.


White color preview on #EB465C background

This text has white color on #EB465C background.


Related colors

Complementary color

Complementary color for #hex is #14B9A3.


I love getcolorcode.com

Triadic colors

1 #5CEB46 and #465CEB with #EB465C are triadic colors.

2 #5C46EB and #46EB5C with #EB465C are triadic colors.