#EA317B

Color #EA317B Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #EA317B

Tints of Deep Cerise #EA317B

Color information

#EA317B (or 0xEA317B) is unknown color: approx Deep Cerise. HEX triplet: EA, 31 and 7B. RGB value is (234,49,123). Sum of RGB (Red+Green+Blue) = 234+49+123=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA317B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA317B is #15CE84. Grayscale: #707070. Windows color (decimal): -1429125 or 8073706. OLE color: 8073706.

HSL color Cylindrical-coordinate representation of color #EA317B: hue angle of 336º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA317B is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB23449123-
CMYK00.790.470.08
HSL336º81.5%55.49%-
HSV(B)336º79.06%91.76%-
XYZ38.6121.1220.78-
YUV112.75133.79214.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 57.64%
GREEN value IS 49 (19.53% from 255) = 12.07%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=57.64%
G=12.07%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344912300.790.470.0833681.555.49
HexEA317B04F2F81505137
Octal352611730117571052012167
Binary1110101011000111110110100111110111110001010100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA317B; }

 p { color: rgb(234,49,123); }

 H1.HeaderClassName
 {
   color: #EA317B;
 }
 .AnyTagClassName
 {
   color: #EA317B;
 }
</style>
background-color css

<style>
 a { background-color: #EA317B; }

 a { background-color: rgb(234,49,123); }

 div.DivClassName
 {
   background-color: #EA317B;
 }
 .BgClassName
 {
   background-color: #EA317B;
 }
</style>
border-color css

<style>
 span { border-color: #EA317B; }

 span { border-color: rgb(234,49,123); }

 td.TdClassName
 {
   border-color: #EA317B;
 }
 .TagClassName
 {
   border-color: #EA317B;
 }
</style>