Html Css Color HEX #EA2F72 Cerise

📋 copy color: '#EA2F72'

red 234 ◦ green 47 ◦ blue 114

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

Shades of Cerise #EA2F72

Tints of Cerise #EA2F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 59.24%
G = 11.9%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA2F72 (or 0xEA2F72) is known color: Cerise. HEX triplet: EA, 2F and 72. RGB value is (234,47,114). Sum of RGB (Red+Green+Blue) = 234+47+114=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2F72 is #15D08D. Grayscale: #6E6E6E. Windows color (decimal): -1429646 or 7483370. OLE color: 7483370.

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

Color convert

RGB 234 47 114 -
CMYK 0 0.80 0.51 0.08
HSL 338.5º 0.82% 0.55% -
HSV(B) 338.5º 0.8% 0.92% -
XYZ 37.99 20.74 17.92 -
YUV 110.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 234 47 114 0 0.80 0.51 0.08 338.5 0.82 0.55
Hex EA 2F 72 0 50 33 8 153 52 37
Octal 352 57 162 0 120 63 10 523 122 67
Binary 11101010 101111 1110010 0 1010000 110011 1000 101010011 1010010 110111

Color Harmonies of #EA2F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F72

Black with #EA2F72

Text Example


Text Example

White with #EA2F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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