#EA2F94

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

Shades of Deep Cerise #EA2F94

Tints of Deep Cerise #EA2F94

Color information

#EA2F94 (or 0xEA2F94) is unknown color: approx Deep Cerise. HEX triplet: EA, 2F and 94. RGB value is (234,47,148). Sum of RGB (Red+Green+Blue) = 234+47+148=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F94 is #15D06B. Grayscale: #727272. Windows color (decimal): -1429612 or 9711594. OLE color: 9711594.

HSL color Cylindrical-coordinate representation of color #EA2F94: hue angle of 327.59º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F94 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23447148-
CMYK00.800.370.08
HSL327.59º81.66%55.1%-
HSV(B)327.59º79.91%91.76%-
XYZ40.2921.6630.07-
YUV114.43146.95213.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.55%
GREEN value IS 47 (18.75% from 255) = 10.96%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=54.55%
G=10.96%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344714800.800.370.08327.5981.6655.1
HexEA2F940502581485237
Octal352572240120451051012267
Binary11101010101111100101000101000010010110001010010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2F94; }

 p { color: rgb(234,47,148); }

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

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

 a { background-color: rgb(234,47,148); }

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

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

 span { border-color: rgb(234,47,148); }

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