#EA2183

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

Shades of Deep Cerise #EA2183

Tints of Deep Cerise #EA2183

Color information

#EA2183 (or 0xEA2183) is unknown color: approx Deep Cerise. HEX triplet: EA, 21 and 83. RGB value is (234,33,131). Sum of RGB (Red+Green+Blue) = 234+33+131=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2183 is #15DE7C. Grayscale: #686868. Windows color (decimal): -1433213 or 8593898. OLE color: 8593898.

HSL color Cylindrical-coordinate representation of color #EA2183: hue angle of 330.75º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2183 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB23433131-
CMYK00.860.440.08
HSL330.75º82.72%52.35%-
HSV(B)330.75º85.9%91.76%-
XYZ38.5720.2223.34-
YUV104.27143.09220.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.79%
GREEN value IS 33 (13.28% from 255) = 8.29%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=58.79%
G=8.29%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343313100.860.440.08330.7582.7252.35
HexEA21830562C814b5334
Octal352412030126541051312364
Binary11101010100001100000110101011010110010001010010111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2183; }

 p { color: rgb(234,33,131); }

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

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

 a { background-color: rgb(234,33,131); }

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

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

 span { border-color: rgb(234,33,131); }

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