Html Css Color HEX #EA2971 Cerise

📋 copy color: '#EA2971'

red 234 ◦ green 41 ◦ blue 113

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

Shades of Cerise #EA2971

Tints of Cerise #EA2971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 60.31%
G = 10.57%
B = 29.12%

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

#EA2971 (or 0xEA2971) is known color: Cerise. HEX triplet: EA, 29 and 71. RGB value is (234,41,113). Sum of RGB (Red+Green+Blue) = 234+41+113=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2971 is #15D68E. Grayscale: #6A6A6A. Windows color (decimal): -1431183 or 7416298. OLE color: 7416298.

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

Color convert

RGB 234 41 113 -
CMYK 0 0.82 0.52 0.08
HSL 337.62º 0.82% 0.54% -
HSV(B) 337.62º 0.82% 0.92% -
XYZ 37.71 20.27 17.55 -
YUV 106.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 234 41 113 0 0.82 0.52 0.08 337.62 0.82 0.54
Hex EA 29 71 0 52 34 8 152 52 36
Octal 352 51 161 0 122 64 10 522 122 66
Binary 11101010 101001 1110001 0 1010010 110100 1000 101010010 1010010 110110

Color Harmonies of #EA2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2971

Black with #EA2971

Text Example


Text Example

White with #EA2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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