Html Css Color HEX #EB15A2 Hollywood Cerise

📋 copy color: '#EB15A2'

red 235 ◦ green 21 ◦ blue 162

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

Shades of Hollywood Cerise #EB15A2

Tints of Hollywood Cerise #EB15A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 56.22%
G = 5.02%
B = 38.76%

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

#EB15A2 (or 0xEB15A2) is known color: Hollywood Cerise. HEX triplet: EB, 15 and A2. RGB value is (235,21,162). Sum of RGB (Red+Green+Blue) = 235+21+162=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB15A2 is #14EA5D. Grayscale: #646464. Windows color (decimal): -1370718 or 10622443. OLE color: 10622443.

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

Color convert

RGB 235 21 162 -
CMYK 0 0.91 0.31 0.08
HSL 320.47º 0.84% 0.5% -
HSV(B) 320.47º 0.91% 0.92% -
XYZ 41.05 20.81 36.03 -
YUV 101.06 162.4 223.54 -
System Red Green Blue C M Y K H S L
Decimal 235 21 162 0 0.91 0.31 0.08 320.47 0.84 0.5
Hex EB 15 A2 0 5B 1F 8 140 54 32
Octal 353 25 242 0 133 37 10 500 124 62
Binary 11101011 10101 10100010 0 1011011 11111 1000 101000000 1010100 110010

Color Harmonies of #EB15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15A2

Black with #EB15A2

Text Example


Text Example

White with #EB15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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