Html Css Color HEX #EA2A70 Cerise

📋 copy color: '#EA2A70'

red 234 ◦ green 42 ◦ blue 112

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

Shades of Cerise #EA2A70

Tints of Cerise #EA2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.82%

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

R = 60.31%
G = 10.82%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA2A70 (or 0xEA2A70) is known color: Cerise. HEX triplet: EA, 2A and 70. RGB value is (234,42,112). Sum of RGB (Red+Green+Blue) = 234+42+112=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2A70 is #15D58F. Grayscale: #6B6B6B. Windows color (decimal): -1430928 or 7351018. OLE color: 7351018.

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

Color convert

RGB 234 42 112 -
CMYK 0 0.82 0.52 0.08
HSL 338.13º 0.82% 0.54% -
HSV(B) 338.13º 0.82% 0.92% -
XYZ 37.68 20.32 17.26 -
YUV 107.39 130.61 218.31 -
System Red Green Blue C M Y K H S L
Decimal 234 42 112 0 0.82 0.52 0.08 338.13 0.82 0.54
Hex EA 2A 70 0 52 34 8 152 52 36
Octal 352 52 160 0 122 64 10 522 122 66
Binary 11101010 101010 1110000 0 1010010 110100 1000 101010010 1010010 110110

Color Harmonies of #EA2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A70

Black with #EA2A70

Text Example


Text Example

White with #EA2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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