Html Css Color HEX #EB00AF Hollywood Cerise

📋 copy color: '#EB00AF'

red 235 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #EB00AF

Tints of Hollywood Cerise #EB00AF

RGB

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

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

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

R = 57.32%
G = 0%
B = 42.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB00AF (or 0xEB00AF) is known color: Hollywood Cerise. HEX triplet: EB, 00 and AF. RGB value is (235,0,175). Sum of RGB (Red+Green+Blue) = 235+0+175=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB00AF is #14FF50. Grayscale: #595959. Windows color (decimal): -1376081 or 11469035. OLE color: 11469035.

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

Color convert

RGB 235 0 175 -
CMYK 0 1 0.26 0.08
HSL 315.32º 1% 0.46% -
HSV(B) 315.32º 1% 0.92% -
XYZ 42 20.76 42.35 -
YUV 90.22 175.86 231.27 -
System Red Green Blue C M Y K H S L
Decimal 235 0 175 0 1 0.26 0.08 315.32 1 0.46
Hex EB 0 AF 0 64 1A 8 13B 64 2E
Octal 353 0 257 0 144 32 10 473 144 56
Binary 11101011 0 10101111 0 1100100 11010 1000 100111011 1100100 101110

Color Harmonies of #EB00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB00AF

Black with #EB00AF

Text Example


Text Example

White with #EB00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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