Html Css Color HEX #EA2770 Cerise

📋 copy color: '#EA2770'

red 234 ◦ green 39 ◦ blue 112

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

Shades of Cerise #EA2770

Tints of Cerise #EA2770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.13%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 60.78%
G = 10.13%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA2770 (or 0xEA2770) is known color: Cerise. HEX triplet: EA, 27 and 70. RGB value is (234,39,112). Sum of RGB (Red+Green+Blue) = 234+39+112=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2770 is #15D88F. Grayscale: #696969. Windows color (decimal): -1431696 or 7350250. OLE color: 7350250.

HSL color Cylindrical-coordinate representation of color #EA2770: hue angle of 337.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2770 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 39 112 -
CMYK 0 0.83 0.52 0.08
HSL 337.54º 0.82% 0.54% -
HSV(B) 337.54º 0.83% 0.92% -
XYZ 37.58 20.11 17.23 -
YUV 105.63 131.6 219.56 -
System Red Green Blue C M Y K H S L
Decimal 234 39 112 0 0.83 0.52 0.08 337.54 0.82 0.54
Hex EA 27 70 0 53 34 8 152 52 36
Octal 352 47 160 0 123 64 10 522 122 66
Binary 11101010 100111 1110000 0 1010011 110100 1000 101010010 1010010 110110

Color Harmonies of #EA2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2770

Black with #EA2770

Text Example


Text Example

White with #EA2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2770; }

 p { color: rgb(234,39,112); }

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

background-color css

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

 a { background-color: rgb(234,39,112); }

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

border-color css

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

 span { border-color: rgb(234,39,112); }

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