Html Css Color HEX #EB01AF Hollywood Cerise

📋 copy color: '#EB01AF'

red 235 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #EB01AF

Tints of Hollywood Cerise #EB01AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 57.18%
G = 0.24%
B = 42.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB01AF (or 0xEB01AF) is known color: Hollywood Cerise. HEX triplet: EB, 01 and AF. RGB value is (235,1,175). Sum of RGB (Red+Green+Blue) = 235+1+175=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB01AF is #14FE50. Grayscale: #5A5A5A. Windows color (decimal): -1375825 or 11469291. OLE color: 11469291.

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

Color convert

RGB 235 1 175 -
CMYK 0 1.00 0.26 0.08
HSL 315.38º 0.99% 0.46% -
HSV(B) 315.38º 1% 0.92% -
XYZ 42.01 20.78 42.35 -
YUV 90.8 175.52 230.85 -
System Red Green Blue C M Y K H S L
Decimal 235 1 175 0 1.00 0.26 0.08 315.38 0.99 0.46
Hex EB 1 AF 0 64 1A 8 13B 63 2E
Octal 353 1 257 0 144 32 10 473 143 56
Binary 11101011 1 10101111 0 1100100 11010 1000 100111011 1100011 101110

Color Harmonies of #EB01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB01AF

Black with #EB01AF

Text Example


Text Example

White with #EB01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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