Html Css Color HEX #EA3770 Cerise

📋 copy color: '#EA3770'

red 234 ◦ green 55 ◦ blue 112

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

Shades of Cerise #EA3770

Tints of Cerise #EA3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

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

R = 58.35%
G = 13.72%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA3770 (or 0xEA3770) is known color: Cerise. HEX triplet: EA, 37 and 70. RGB value is (234,55,112). Sum of RGB (Red+Green+Blue) = 234+55+112=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3770 is #15C88F. Grayscale: #727272. Windows color (decimal): -1427600 or 7354346. OLE color: 7354346.

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

Color convert

RGB 234 55 112 -
CMYK 0 0.76 0.52 0.08
HSL 340.89º 0.81% 0.57% -
HSV(B) 340.89º 0.76% 0.92% -
XYZ 38.22 21.39 17.44 -
YUV 115.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 234 55 112 0 0.76 0.52 0.08 340.89 0.81 0.57
Hex EA 37 70 0 4C 34 8 155 51 39
Octal 352 67 160 0 114 64 10 525 121 71
Binary 11101010 110111 1110000 0 1001100 110100 1000 101010101 1010001 111001

Color Harmonies of #EA3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3770

Black with #EA3770

Text Example


Text Example

White with #EA3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3770; }

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

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

background-color css

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

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

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

border-color css

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

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

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