Html Css Color HEX #EA2F91 Deep Cerise

📋 copy color: '#EA2F91'

red 234 ◦ green 47 ◦ blue 145

#EA2F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #EA2F91

Tints of Deep Cerise #EA2F91

RGB

 RED value IS 234 (91.8% from 255) = 54.93%

 GREEN value IS 47 (18.75% from 255) = 11.03%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 54.93%
G = 11.03%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2F91 (or 0xEA2F91) is known color: Deep Cerise. HEX triplet: EA, 2F and 91. RGB value is (234,47,145). Sum of RGB (Red+Green+Blue) = 234+47+145=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F91 is #15D06E. Grayscale: #717171. Windows color (decimal): -1429615 or 9514986. OLE color: 9514986.

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

Color convert

RGB 234 47 145 -
CMYK 0 0.80 0.38 0.08
HSL 328.56º 0.82% 0.55% -
HSV(B) 328.56º 0.8% 0.92% -
XYZ 40.06 21.57 28.84 -
YUV 114.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 234 47 145 0 0.80 0.38 0.08 328.56 0.82 0.55
Hex EA 2F 91 0 50 26 8 149 52 37
Octal 352 57 221 0 120 46 10 511 122 67
Binary 11101010 101111 10010001 0 1010000 100110 1000 101001001 1010010 110111

Color Harmonies of #EA2F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F91

Black with #EA2F91

Text Example


Text Example

White with #EA2F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F91; }

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

 H1.HeaderClassName
 {
   color: #EA2F91;
 }
 .AnyTagClassName
 {
   color: #EA2F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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