Html Css Color HEX #EB029F Hollywood Cerise

📋 copy color: '#EB029F'

red 235 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #EB029F

Tints of Hollywood Cerise #EB029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 59.34%
G = 0.51%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB029F (or 0xEB029F) is known color: Hollywood Cerise. HEX triplet: EB, 02 and 9F. RGB value is (235,2,159). Sum of RGB (Red+Green+Blue) = 235+2+159=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB029F is #14FD60. Grayscale: #595959. Windows color (decimal): -1375585 or 10420971. OLE color: 10420971.

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

Color convert

RGB 235 2 159 -
CMYK 0 0.99 0.32 0.08
HSL 319.57º 0.98% 0.46% -
HSV(B) 319.57º 0.99% 0.92% -
XYZ 40.54 20.21 34.56 -
YUV 89.57 167.19 231.73 -
System Red Green Blue C M Y K H S L
Decimal 235 2 159 0 0.99 0.32 0.08 319.57 0.98 0.46
Hex EB 2 9F 0 63 20 8 140 62 2E
Octal 353 2 237 0 143 40 10 500 142 56
Binary 11101011 10 10011111 0 1100011 100000 1000 101000000 1100010 101110

Color Harmonies of #EB029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB029F

Black with #EB029F

Text Example


Text Example

White with #EB029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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