Html Css Color HEX #EB2376 Cerise

📋 copy color: '#EB2376'

red 235 ◦ green 35 ◦ blue 118

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

Shades of Cerise #EB2376

Tints of Cerise #EB2376

RGB

 RED value IS 235 (92.19% from 255) = 60.57%

 GREEN value IS 35 (14.06% from 255) = 9.02%

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

R = 60.57%
G = 9.02%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB2376 (or 0xEB2376) is known color: Cerise. HEX triplet: EB, 23 and 76. RGB value is (235,35,118). Sum of RGB (Red+Green+Blue) = 235+35+118=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2376 is #14DC89. Grayscale: #686868. Windows color (decimal): -1367178 or 7742443. OLE color: 7742443.

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

Color convert

RGB 235 35 118 -
CMYK 0 0.85 0.50 0.08
HSL 335.1º 0.83% 0.53% -
HSV(B) 335.1º 0.85% 0.92% -
XYZ 38.13 20.17 19.02 -
YUV 104.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 235 35 118 0 0.85 0.50 0.08 335.1 0.83 0.53
Hex EB 23 76 0 55 32 8 14F 53 35
Octal 353 43 166 0 125 62 10 517 123 65
Binary 11101011 100011 1110110 0 1010101 110010 1000 101001111 1010011 110101

Color Harmonies of #EB2376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2376

Black with #EB2376

Text Example


Text Example

White with #EB2376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2376; }

 p { color: rgb(235,35,118); }

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

background-color css

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

 a { background-color: rgb(235,35,118); }

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

border-color css

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

 span { border-color: rgb(235,35,118); }

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