Html Css Color HEX #EB01A0 Hollywood Cerise

📋 copy color: '#EB01A0'

red 235 ◦ green 1 ◦ blue 160

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

Shades of Hollywood Cerise #EB01A0

Tints of Hollywood Cerise #EB01A0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 59.34%
G = 0.25%
B = 40.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB01A0 (or 0xEB01A0) is known color: Hollywood Cerise. HEX triplet: EB, 01 and A0. RGB value is (235,1,160). Sum of RGB (Red+Green+Blue) = 235+1+160=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB01A0 is #14FE5F. Grayscale: #585858. Windows color (decimal): -1375840 or 10486251. OLE color: 10486251.

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

Color convert

RGB 235 1 160 -
CMYK 0 1.00 0.32 0.08
HSL 319.23º 0.99% 0.46% -
HSV(B) 319.23º 1% 0.92% -
XYZ 40.62 20.22 35.02 -
YUV 89.09 168.02 232.07 -
System Red Green Blue C M Y K H S L
Decimal 235 1 160 0 1.00 0.32 0.08 319.23 0.99 0.46
Hex EB 1 A0 0 64 20 8 13F 63 2E
Octal 353 1 240 0 144 40 10 477 143 56
Binary 11101011 1 10100000 0 1100100 100000 1000 100111111 1100011 101110

Color Harmonies of #EB01A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01A0

Black with #EB01A0

Text Example


Text Example

White with #EB01A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01A0; }

 p { color: rgb(235,1,160); }

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

background-color css

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

 a { background-color: rgb(235,1,160); }

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

border-color css

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

 span { border-color: rgb(235,1,160); }

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