#EA2F7F

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

Shades of Deep Cerise #EA2F7F

Tints of Deep Cerise #EA2F7F

Color information

#EA2F7F (or 0xEA2F7F) is unknown color: approx Deep Cerise. HEX triplet: EA, 2F and 7F. RGB value is (234,47,127). Sum of RGB (Red+Green+Blue) = 234+47+127=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2F7F is #15D080. Grayscale: #6F6F6F. Windows color (decimal): -1429633 or 8335338. OLE color: 8335338.

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

Color convert

RGB23447127-
CMYK00.800.460.08
HSL334.33º81.66%55.1%-
HSV(B)334.33º79.91%91.76%-
XYZ38.7821.0622.1-
YUV112.03136.45215-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.35%
GREEN value IS 47 (18.75% from 255) = 11.52%
BLUE value IS 127 (50% from 255) = 31.13%
R=57.35%
G=11.52%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344712700.800.460.08334.3381.6655.1
HexEA2F7F0502E814e5237
Octal352571770120561051612267
Binary1110101010111111111110101000010111010001010011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2F7F; }

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

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

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

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

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

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

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

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