Html Css Color HEX #EA2871 Cerise

📋 copy color: '#EA2871'

red 234 ◦ green 40 ◦ blue 113

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

Shades of Cerise #EA2871

Tints of Cerise #EA2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 60.47%
G = 10.34%
B = 29.2%

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

#EA2871 (or 0xEA2871) is known color: Cerise. HEX triplet: EA, 28 and 71. RGB value is (234,40,113). Sum of RGB (Red+Green+Blue) = 234+40+113=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2871 is #15D78E. Grayscale: #6A6A6A. Windows color (decimal): -1431439 or 7416042. OLE color: 7416042.

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

Color convert

RGB 234 40 113 -
CMYK 0 0.83 0.52 0.08
HSL 337.42º 0.82% 0.54% -
HSV(B) 337.42º 0.83% 0.92% -
XYZ 37.67 20.2 17.54 -
YUV 106.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 234 40 113 0 0.83 0.52 0.08 337.42 0.82 0.54
Hex EA 28 71 0 53 34 8 151 52 36
Octal 352 50 161 0 123 64 10 521 122 66
Binary 11101010 101000 1110001 0 1010011 110100 1000 101010001 1010010 110110

Color Harmonies of #EA2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2871

Black with #EA2871

Text Example


Text Example

White with #EA2871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2871; }

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

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

background-color css

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

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

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

border-color css

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

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

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