Html Css Color HEX #EA2976 Cerise

📋 copy color: '#EA2976'

red 234 ◦ green 41 ◦ blue 118

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

Shades of Cerise #EA2976

Tints of Cerise #EA2976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 59.54%
G = 10.43%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2976 (or 0xEA2976) is known color: Cerise. HEX triplet: EA, 29 and 76. RGB value is (234,41,118). Sum of RGB (Red+Green+Blue) = 234+41+118=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2976 is #15D689. Grayscale: #6B6B6B. Windows color (decimal): -1431178 or 7743978. OLE color: 7743978.

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

Color convert

RGB 234 41 118 -
CMYK 0 0.82 0.50 0.08
HSL 336.06º 0.82% 0.54% -
HSV(B) 336.06º 0.82% 0.92% -
XYZ 37.99 20.39 19.07 -
YUV 107.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 234 41 118 0 0.82 0.50 0.08 336.06 0.82 0.54
Hex EA 29 76 0 52 32 8 150 52 36
Octal 352 51 166 0 122 62 10 520 122 66
Binary 11101010 101001 1110110 0 1010010 110010 1000 101010000 1010010 110110

Color Harmonies of #EA2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2976

Black with #EA2976

Text Example


Text Example

White with #EA2976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2976; }

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

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

background-color css

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

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

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

border-color css

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

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

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