Html Css Color HEX #EB00A2 Hollywood Cerise

📋 copy color: '#EB00A2'

red 235 ◦ green 0 ◦ blue 162

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

Shades of Hollywood Cerise #EB00A2

Tints of Hollywood Cerise #EB00A2

RGB

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

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

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

R = 59.19%
G = 0%
B = 40.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB00A2 (or 0xEB00A2) is known color: Hollywood Cerise. HEX triplet: EB, 00 and A2. RGB value is (235,0,162). Sum of RGB (Red+Green+Blue) = 235+0+162=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00A2 is #14FF5D. Grayscale: #585858. Windows color (decimal): -1376094 or 10617067. OLE color: 10617067.

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

Color convert

RGB 235 0 162 -
CMYK 0 1 0.31 0.08
HSL 318.64º 1% 0.46% -
HSV(B) 318.64º 1% 0.92% -
XYZ 40.78 20.27 35.95 -
YUV 88.73 169.36 232.33 -
System Red Green Blue C M Y K H S L
Decimal 235 0 162 0 1 0.31 0.08 318.64 1 0.46
Hex EB 0 A2 0 64 1F 8 13F 64 2E
Octal 353 0 242 0 144 37 10 477 144 56
Binary 11101011 0 10100010 0 1100100 11111 1000 100111111 1100100 101110

Color Harmonies of #EB00A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00A2

Black with #EB00A2

Text Example


Text Example

White with #EB00A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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