Html Css Color HEX #EB00A4 Hollywood Cerise

📋 copy color: '#EB00A4'

red 235 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #EB00A4

Tints of Hollywood Cerise #EB00A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.1%

R = 58.9%
G = 0%
B = 41.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EB00A4 (or 0xEB00A4) is known color: Hollywood Cerise. HEX triplet: EB, 00 and A4. RGB value is (235,0,164). Sum of RGB (Red+Green+Blue) = 235+0+164=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00A4 is #14FF5B. Grayscale: #585858. Windows color (decimal): -1376092 or 10748139. OLE color: 10748139.

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

Color convert

RGB 235 0 164 -
CMYK 0 1 0.30 0.08
HSL 318.13º 1% 0.46% -
HSV(B) 318.13º 1% 0.92% -
XYZ 40.96 20.34 36.89 -
YUV 88.96 170.36 232.16 -
System Red Green Blue C M Y K H S L
Decimal 235 0 164 0 1 0.30 0.08 318.13 1 0.46
Hex EB 0 A4 0 64 1E 8 13E 64 2E
Octal 353 0 244 0 144 36 10 476 144 56
Binary 11101011 0 10100100 0 1100100 11110 1000 100111110 1100100 101110

Color Harmonies of #EB00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00A4

Black with #EB00A4

Text Example


Text Example

White with #EB00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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