Html Css Color HEX #EB2860 Cerise

📋 copy color: '#EB2860'

red 235 ◦ green 40 ◦ blue 96

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

Shades of Cerise #EB2860

Tints of Cerise #EB2860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 63.34%
G = 10.78%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB2860 (or 0xEB2860) is known color: Cerise. HEX triplet: EB, 28 and 60. RGB value is (235,40,96). Sum of RGB (Red+Green+Blue) = 235+40+96=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2860 is #14D79F. Grayscale: #686868. Windows color (decimal): -1365920 or 6301931. OLE color: 6301931.

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

Color convert

RGB 235 40 96 -
CMYK 0 0.83 0.59 0.08
HSL 342.77º 0.83% 0.54% -
HSV(B) 342.77º 0.83% 0.92% -
XYZ 37.13 20.02 12.97 -
YUV 104.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 235 40 96 0 0.83 0.59 0.08 342.77 0.83 0.54
Hex EB 28 60 0 53 3B 8 157 53 36
Octal 353 50 140 0 123 73 10 527 123 66
Binary 11101011 101000 1100000 0 1010011 111011 1000 101010111 1010011 110110

Color Harmonies of #EB2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2860

Black with #EB2860

Text Example


Text Example

White with #EB2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2860; }

 p { color: rgb(235,40,96); }

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

background-color css

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

 a { background-color: rgb(235,40,96); }

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

border-color css

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

 span { border-color: rgb(235,40,96); }

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