Html Css Color HEX #EB2575 Cerise

📋 copy color: '#EB2575'

red 235 ◦ green 37 ◦ blue 117

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

Shades of Cerise #EB2575

Tints of Cerise #EB2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.51%

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

R = 60.41%
G = 9.51%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB2575 (or 0xEB2575) is known color: Cerise. HEX triplet: EB, 25 and 75. RGB value is (235,37,117). Sum of RGB (Red+Green+Blue) = 235+37+117=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2575 is #14DA8A. Grayscale: #696969. Windows color (decimal): -1366667 or 7677419. OLE color: 7677419.

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

Color convert

RGB 235 37 117 -
CMYK 0 0.84 0.50 0.08
HSL 335.76º 0.83% 0.53% -
HSV(B) 335.76º 0.84% 0.92% -
XYZ 38.13 20.27 18.73 -
YUV 105.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 235 37 117 0 0.84 0.50 0.08 335.76 0.83 0.53
Hex EB 25 75 0 54 32 8 150 53 35
Octal 353 45 165 0 124 62 10 520 123 65
Binary 11101011 100101 1110101 0 1010100 110010 1000 101010000 1010011 110101

Color Harmonies of #EB2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2575

Black with #EB2575

Text Example


Text Example

White with #EB2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2575; }

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

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

background-color css

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

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

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

border-color css

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

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

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