Html Css Color HEX #EB2275 Cerise

📋 copy color: '#EB2275'

red 235 ◦ green 34 ◦ blue 117

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

Shades of Cerise #EB2275

Tints of Cerise #EB2275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.81%

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

R = 60.88%
G = 8.81%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB2275 (or 0xEB2275) is known color: Cerise. HEX triplet: EB, 22 and 75. RGB value is (235,34,117). Sum of RGB (Red+Green+Blue) = 235+34+117=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2275 is #14DD8A. Grayscale: #676767. Windows color (decimal): -1367435 or 7676651. OLE color: 7676651.

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

Color convert

RGB 235 34 117 -
CMYK 0 0.86 0.50 0.08
HSL 335.22º 0.83% 0.53% -
HSV(B) 335.22º 0.86% 0.92% -
XYZ 38.04 20.09 18.7 -
YUV 103.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 235 34 117 0 0.86 0.50 0.08 335.22 0.83 0.53
Hex EB 22 75 0 56 32 8 14F 53 35
Octal 353 42 165 0 126 62 10 517 123 65
Binary 11101011 100010 1110101 0 1010110 110010 1000 101001111 1010011 110101

Color Harmonies of #EB2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2275

Black with #EB2275

Text Example


Text Example

White with #EB2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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