Html Css Color HEX #EB2D76 Cerise

📋 copy color: '#EB2D76'

red 235 ◦ green 45 ◦ blue 118

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

Shades of Cerise #EB2D76

Tints of Cerise #EB2D76

RGB

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

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

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

R = 59.05%
G = 11.31%
B = 29.65%

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

#EB2D76 (or 0xEB2D76) is known color: Cerise. HEX triplet: EB, 2D and 76. RGB value is (235,45,118). Sum of RGB (Red+Green+Blue) = 235+45+118=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D76 is #14D289. Grayscale: #6E6E6E. Windows color (decimal): -1364618 or 7745003. OLE color: 7745003.

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

Color convert

RGB 235 45 118 -
CMYK 0 0.81 0.50 0.08
HSL 336.95º 0.83% 0.55% -
HSV(B) 336.95º 0.81% 0.92% -
XYZ 38.47 20.85 19.14 -
YUV 110.13 132.45 217.06 -
System Red Green Blue C M Y K H S L
Decimal 235 45 118 0 0.81 0.50 0.08 336.95 0.83 0.55
Hex EB 2D 76 0 51 32 8 151 53 37
Octal 353 55 166 0 121 62 10 521 123 67
Binary 11101011 101101 1110110 0 1010001 110010 1000 101010001 1010011 110111

Color Harmonies of #EB2D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D76

Black with #EB2D76

Text Example


Text Example

White with #EB2D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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