Html Css Color HEX #EA2D76 Cerise

📋 copy color: '#EA2D76'

red 234 ◦ green 45 ◦ blue 118

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

Shades of Cerise #EA2D76

Tints of Cerise #EA2D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.34%

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

R = 58.94%
G = 11.34%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2D76 (or 0xEA2D76) is known color: Cerise. HEX triplet: EA, 2D and 76. RGB value is (234,45,118). Sum of RGB (Red+Green+Blue) = 234+45+118=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D76 is #15D289. Grayscale: #6D6D6D. Windows color (decimal): -1430154 or 7745002. OLE color: 7745002.

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

Color convert

RGB 234 45 118 -
CMYK 0 0.81 0.50 0.08
HSL 336.83º 0.82% 0.55% -
HSV(B) 336.83º 0.81% 0.92% -
XYZ 38.14 20.68 19.12 -
YUV 109.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 234 45 118 0 0.81 0.50 0.08 336.83 0.82 0.55
Hex EA 2D 76 0 51 32 8 151 52 37
Octal 352 55 166 0 121 62 10 521 122 67
Binary 11101010 101101 1110110 0 1010001 110010 1000 101010001 1010010 110111

Color Harmonies of #EA2D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D76

Black with #EA2D76

Text Example


Text Example

White with #EA2D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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