#EA3188

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

Shades of Deep Cerise #EA3188

Tints of Deep Cerise #EA3188

Color information

#EA3188 (or 0xEA3188) is unknown color: approx Deep Cerise. HEX triplet: EA, 31 and 88. RGB value is (234,49,136). Sum of RGB (Red+Green+Blue) = 234+49+136=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3188 is #15CE77. Grayscale: #727272. Windows color (decimal): -1429112 or 8925674. OLE color: 8925674.

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

Color convert

RGB23449136-
CMYK00.790.420.08
HSL331.78º81.5%55.49%-
HSV(B)331.78º79.06%91.76%-
XYZ39.4721.4725.36-
YUV114.23140.29213.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.85%
GREEN value IS 49 (19.53% from 255) = 11.69%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=55.85%
G=11.69%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344913600.790.420.08331.7881.555.49
HexEA318804F2A814c5137
Octal352612100117521051412167
Binary11101010110001100010000100111110101010001010011001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3188; }

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

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

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

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

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

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

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

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