Html Css Color HEX #EA2970 Cerise

📋 copy color: '#EA2970'

red 234 ◦ green 41 ◦ blue 112

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

Shades of Cerise #EA2970

Tints of Cerise #EA2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.59%

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

R = 60.47%
G = 10.59%
B = 28.94%

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

#EA2970 (or 0xEA2970) is known color: Cerise. HEX triplet: EA, 29 and 70. RGB value is (234,41,112). Sum of RGB (Red+Green+Blue) = 234+41+112=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2970 is #15D68F. Grayscale: #6A6A6A. Windows color (decimal): -1431184 or 7350762. OLE color: 7350762.

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

Color convert

RGB 234 41 112 -
CMYK 0 0.82 0.52 0.08
HSL 337.93º 0.82% 0.54% -
HSV(B) 337.93º 0.82% 0.92% -
XYZ 37.65 20.25 17.25 -
YUV 106.8 130.94 218.73 -
System Red Green Blue C M Y K H S L
Decimal 234 41 112 0 0.82 0.52 0.08 337.93 0.82 0.54
Hex EA 29 70 0 52 34 8 152 52 36
Octal 352 51 160 0 122 64 10 522 122 66
Binary 11101010 101001 1110000 0 1010010 110100 1000 101010010 1010010 110110

Color Harmonies of #EA2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2970

Black with #EA2970

Text Example


Text Example

White with #EA2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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