Html Css Color HEX #EB15A3 Hollywood Cerise

📋 copy color: '#EB15A3'

red 235 ◦ green 21 ◦ blue 163

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

Shades of Hollywood Cerise #EB15A3

Tints of Hollywood Cerise #EB15A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.9%

R = 56.09%
G = 5.01%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB15A3 (or 0xEB15A3) is known color: Hollywood Cerise. HEX triplet: EB, 15 and A3. RGB value is (235,21,163). Sum of RGB (Red+Green+Blue) = 235+21+163=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15A3 is #14EA5C. Grayscale: #646464. Windows color (decimal): -1370717 or 10687979. OLE color: 10687979.

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

Color convert

RGB 235 21 163 -
CMYK 0 0.91 0.31 0.08
HSL 320.19º 0.84% 0.5% -
HSV(B) 320.19º 0.91% 0.92% -
XYZ 41.14 20.84 36.51 -
YUV 101.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 235 21 163 0 0.91 0.31 0.08 320.19 0.84 0.5
Hex EB 15 A3 0 5B 1F 8 140 54 32
Octal 353 25 243 0 133 37 10 500 124 62
Binary 11101011 10101 10100011 0 1011011 11111 1000 101000000 1010100 110010

Color Harmonies of #EB15A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15A3

Black with #EB15A3

Text Example


Text Example

White with #EB15A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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