Html Css Color HEX #EA3376 Cerise

📋 copy color: '#EA3376'

red 234 ◦ green 51 ◦ blue 118

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

Shades of Cerise #EA3376

Tints of Cerise #EA3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.66%

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

R = 58.06%
G = 12.66%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA3376 (or 0xEA3376) is known color: Cerise. HEX triplet: EA, 33 and 76. RGB value is (234,51,118). Sum of RGB (Red+Green+Blue) = 234+51+118=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3376 is #15CC89. Grayscale: #717171. Windows color (decimal): -1428618 or 7746538. OLE color: 7746538.

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

Color convert

RGB 234 51 118 -
CMYK 0 0.78 0.50 0.08
HSL 338.03º 0.81% 0.56% -
HSV(B) 338.03º 0.78% 0.92% -
XYZ 38.39 21.17 19.2 -
YUV 113.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 234 51 118 0 0.78 0.50 0.08 338.03 0.81 0.56
Hex EA 33 76 0 4E 32 8 152 51 38
Octal 352 63 166 0 116 62 10 522 121 70
Binary 11101010 110011 1110110 0 1001110 110010 1000 101010010 1010001 111000

Color Harmonies of #EA3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3376

Black with #EA3376

Text Example


Text Example

White with #EA3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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