Html Css Color HEX #EB2277 Deep Cerise

📋 copy color: '#EB2277'

red 235 ◦ green 34 ◦ blue 119

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

Shades of Deep Cerise #EB2277

Tints of Deep Cerise #EB2277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.67%

R = 60.57%
G = 8.76%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB2277 (or 0xEB2277) is known color: Deep Cerise. HEX triplet: EB, 22 and 77. RGB value is (235,34,119). Sum of RGB (Red+Green+Blue) = 235+34+119=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2277 is #14DD88. Grayscale: #676767. Windows color (decimal): -1367433 or 7807723. OLE color: 7807723.

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

Color convert

RGB 235 34 119 -
CMYK 0 0.86 0.49 0.08
HSL 334.63º 0.83% 0.53% -
HSV(B) 334.63º 0.86% 0.92% -
XYZ 38.16 20.14 19.33 -
YUV 103.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 235 34 119 0 0.86 0.49 0.08 334.63 0.83 0.53
Hex EB 22 77 0 56 31 8 14F 53 35
Octal 353 42 167 0 126 61 10 517 123 65
Binary 11101011 100010 1110111 0 1010110 110001 1000 101001111 1010011 110101

Color Harmonies of #EB2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2277

Black with #EB2277

Text Example


Text Example

White with #EB2277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2277; }

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

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

background-color css

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

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

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

border-color css

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

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

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