Html Css Color HEX #EB029D Hollywood Cerise

📋 copy color: '#EB029D'

red 235 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #EB029D

Tints of Hollywood Cerise #EB029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 59.64%
G = 0.51%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB029D (or 0xEB029D) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 9D. RGB value is (235,2,157). Sum of RGB (Red+Green+Blue) = 235+2+157=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB029D is #14FD62. Grayscale: #585858. Windows color (decimal): -1375587 or 10289899. OLE color: 10289899.

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

Color convert

RGB 235 2 157 -
CMYK 0 0.99 0.33 0.08
HSL 320.09º 0.98% 0.46% -
HSV(B) 320.09º 0.99% 0.92% -
XYZ 40.37 20.14 33.66 -
YUV 89.34 166.19 231.9 -
System Red Green Blue C M Y K H S L
Decimal 235 2 157 0 0.99 0.33 0.08 320.09 0.98 0.46
Hex EB 2 9D 0 63 21 8 140 62 2E
Octal 353 2 235 0 143 41 10 500 142 56
Binary 11101011 10 10011101 0 1100011 100001 1000 101000000 1100010 101110

Color Harmonies of #EB029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB029D

Black with #EB029D

Text Example


Text Example

White with #EB029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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