Html Css Color HEX #EB2875 Cerise

📋 copy color: '#EB2875'

red 235 ◦ green 40 ◦ blue 117

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

Shades of Cerise #EB2875

Tints of Cerise #EB2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 59.95%
G = 10.2%
B = 29.85%

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

#EB2875 (or 0xEB2875) is known color: Cerise. HEX triplet: EB, 28 and 75. RGB value is (235,40,117). Sum of RGB (Red+Green+Blue) = 235+40+117=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2875 is #14D78A. Grayscale: #6A6A6A. Windows color (decimal): -1365899 or 7678187. OLE color: 7678187.

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

Color convert

RGB 235 40 117 -
CMYK 0 0.83 0.50 0.08
HSL 336.31º 0.83% 0.54% -
HSV(B) 336.31º 0.83% 0.92% -
XYZ 38.23 20.46 18.76 -
YUV 107.08 133.6 219.24 -
System Red Green Blue C M Y K H S L
Decimal 235 40 117 0 0.83 0.50 0.08 336.31 0.83 0.54
Hex EB 28 75 0 53 32 8 150 53 36
Octal 353 50 165 0 123 62 10 520 123 66
Binary 11101011 101000 1110101 0 1010011 110010 1000 101010000 1010011 110110

Color Harmonies of #EB2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2875

Black with #EB2875

Text Example


Text Example

White with #EB2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2875; }

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

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

background-color css

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

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

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

border-color css

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

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

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