#EA317A

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

Shades of Deep Cerise #EA317A

Tints of Deep Cerise #EA317A

Color information

#EA317A (or 0xEA317A) is unknown color: approx Deep Cerise. HEX triplet: EA, 31 and 7A. RGB value is (234,49,122). Sum of RGB (Red+Green+Blue) = 234+49+122=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA317A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA317A is #15CE85. Grayscale: #707070. Windows color (decimal): -1429126 or 8008170. OLE color: 8008170.

HSL color Cylindrical-coordinate representation of color #EA317A: hue angle of 336.32º 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 #EA317A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB23449122-
CMYK00.790.480.08
HSL336.32º81.5%55.49%-
HSV(B)336.32º79.06%91.76%-
XYZ38.5421.0920.45-
YUV112.64133.29214.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=57.78%
G=12.10%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344912200.790.480.08336.3281.555.49
HexEA317A04F3081505137
Octal352611720117601052012167
Binary1110101011000111110100100111111000010001010100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA317A; }

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

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

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

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

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

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

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

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