Html Css Color HEX #EB00A8 Hollywood Cerise

📋 copy color: '#EB00A8'

red 235 ◦ green 0 ◦ blue 168

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

Shades of Hollywood Cerise #EB00A8

Tints of Hollywood Cerise #EB00A8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 58.31%
G = 0%
B = 41.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB00A8 (or 0xEB00A8) is known color: Hollywood Cerise. HEX triplet: EB, 00 and A8. RGB value is (235,0,168). Sum of RGB (Red+Green+Blue) = 235+0+168=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00A8 is #14FF57. Grayscale: #585858. Windows color (decimal): -1376088 or 11010283. OLE color: 11010283.

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

Color convert

RGB 235 0 168 -
CMYK 0 1 0.29 0.08
HSL 317.11º 1% 0.46% -
HSV(B) 317.11º 1% 0.92% -
XYZ 41.33 20.49 38.82 -
YUV 89.42 172.36 231.84 -
System Red Green Blue C M Y K H S L
Decimal 235 0 168 0 1 0.29 0.08 317.11 1 0.46
Hex EB 0 A8 0 64 1D 8 13D 64 2E
Octal 353 0 250 0 144 35 10 475 144 56
Binary 11101011 0 10101000 0 1100100 11101 1000 100111101 1100100 101110

Color Harmonies of #EB00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00A8

Black with #EB00A8

Text Example


Text Example

White with #EB00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00A8; }

 p { color: rgb(235,0,168); }

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

background-color css

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

 a { background-color: rgb(235,0,168); }

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

border-color css

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

 span { border-color: rgb(235,0,168); }

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