Html Css Color HEX #EB019D Hollywood Cerise

📋 copy color: '#EB019D'

red 235 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #EB019D

Tints of Hollywood Cerise #EB019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 59.8%
G = 0.25%
B = 39.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB019D (or 0xEB019D) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 9D. RGB value is (235,1,157). Sum of RGB (Red+Green+Blue) = 235+1+157=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB019D is #14FE62. Grayscale: #585858. Windows color (decimal): -1375843 or 10289643. OLE color: 10289643.

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

Color convert

RGB 235 1 157 -
CMYK 0 1.00 0.33 0.08
HSL 320º 0.99% 0.46% -
HSV(B) 320º 1% 0.92% -
XYZ 40.36 20.12 33.65 -
YUV 88.75 166.52 232.32 -
System Red Green Blue C M Y K H S L
Decimal 235 1 157 0 1.00 0.33 0.08 320 0.99 0.46
Hex EB 1 9D 0 64 21 8 140 63 2E
Octal 353 1 235 0 144 41 10 500 143 56
Binary 11101011 1 10011101 0 1100100 100001 1000 101000000 1100011 101110

Color Harmonies of #EB019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB019D

Black with #EB019D

Text Example


Text Example

White with #EB019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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