Html Css Color HEX #EB2976 Cerise

📋 copy color: '#EB2976'

red 235 ◦ green 41 ◦ blue 118

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

Shades of Cerise #EB2976

Tints of Cerise #EB2976

RGB

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

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

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

R = 59.64%
G = 10.41%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB2976 (or 0xEB2976) is known color: Cerise. HEX triplet: EB, 29 and 76. RGB value is (235,41,118). Sum of RGB (Red+Green+Blue) = 235+41+118=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2976 is #14D689. Grayscale: #6B6B6B. Windows color (decimal): -1365642 or 7743979. OLE color: 7743979.

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

Color convert

RGB 235 41 118 -
CMYK 0 0.83 0.50 0.08
HSL 336.19º 0.83% 0.54% -
HSV(B) 336.19º 0.83% 0.92% -
XYZ 38.32 20.56 19.09 -
YUV 107.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 235 41 118 0 0.83 0.50 0.08 336.19 0.83 0.54
Hex EB 29 76 0 53 32 8 150 53 36
Octal 353 51 166 0 123 62 10 520 123 66
Binary 11101011 101001 1110110 0 1010011 110010 1000 101010000 1010011 110110

Color Harmonies of #EB2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2976

Black with #EB2976

Text Example


Text Example

White with #EB2976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2976; }

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

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

background-color css

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

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

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

border-color css

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

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

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