Html Css Color HEX #EB029C Hollywood Cerise

📋 copy color: '#EB029C'

red 235 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #EB029C

Tints of Hollywood Cerise #EB029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 59.8%
G = 0.51%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB029C (or 0xEB029C) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 9C. RGB value is (235,2,156). Sum of RGB (Red+Green+Blue) = 235+2+156=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB029C is #14FD63. Grayscale: #585858. Windows color (decimal): -1375588 or 10224363. OLE color: 10224363.

HSL color Cylindrical-coordinate representation of color #EB029C: hue angle of 320.34º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB029C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 2 156 -
CMYK 0 0.99 0.34 0.08
HSL 320.34º 0.98% 0.46% -
HSV(B) 320.34º 0.99% 0.92% -
XYZ 40.28 20.11 33.21 -
YUV 89.22 165.69 231.98 -
System Red Green Blue C M Y K H S L
Decimal 235 2 156 0 0.99 0.34 0.08 320.34 0.98 0.46
Hex EB 2 9C 0 63 22 8 140 62 2E
Octal 353 2 234 0 143 42 10 500 142 56
Binary 11101011 10 10011100 0 1100011 100010 1000 101000000 1100010 101110

Color Harmonies of #EB029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB029C

Black with #EB029C

Text Example


Text Example

White with #EB029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB029C; }

 p { color: rgb(235,2,156); }

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

background-color css

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

 a { background-color: rgb(235,2,156); }

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

border-color css

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

 span { border-color: rgb(235,2,156); }

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