Html Css Color HEX #EB159D Hollywood Cerise

📋 copy color: '#EB159D'

red 235 ◦ green 21 ◦ blue 157

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

Shades of Hollywood Cerise #EB159D

Tints of Hollywood Cerise #EB159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.08%

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

R = 56.9%
G = 5.08%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB159D (or 0xEB159D) is known color: Hollywood Cerise. HEX triplet: EB, 15 and 9D. RGB value is (235,21,157). Sum of RGB (Red+Green+Blue) = 235+21+157=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB159D is #14EA62. Grayscale: #646464. Windows color (decimal): -1370723 or 10294763. OLE color: 10294763.

HSL color Cylindrical-coordinate representation of color #EB159D: hue angle of 321.87º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB159D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 21 157 -
CMYK 0 0.91 0.33 0.08
HSL 321.87º 0.84% 0.5% -
HSV(B) 321.87º 0.91% 0.92% -
XYZ 40.61 20.63 33.74 -
YUV 100.49 159.9 223.94 -
System Red Green Blue C M Y K H S L
Decimal 235 21 157 0 0.91 0.33 0.08 321.87 0.84 0.5
Hex EB 15 9D 0 5B 21 8 142 54 32
Octal 353 25 235 0 133 41 10 502 124 62
Binary 11101011 10101 10011101 0 1011011 100001 1000 101000010 1010100 110010

Color Harmonies of #EB159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB159D

Black with #EB159D

Text Example


Text Example

White with #EB159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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