Html Css Color HEX #EB0AAF Hollywood Cerise

📋 copy color: '#EB0AAF'

red 235 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #EB0AAF

Tints of Hollywood Cerise #EB0AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

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

R = 55.95%
G = 2.38%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB0AAF (or 0xEB0AAF) is known color: Hollywood Cerise. HEX triplet: EB, 0A and AF. RGB value is (235,10,175). Sum of RGB (Red+Green+Blue) = 235+10+175=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0AAF is #14F550. Grayscale: #5F5F5F. Windows color (decimal): -1373521 or 11471595. OLE color: 11471595.

HSL color Cylindrical-coordinate representation of color #EB0AAF: hue angle of 316º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0AAF is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 10 175 -
CMYK 0 0.96 0.26 0.08
HSL 316º 0.92% 0.48% -
HSV(B) 316º 0.96% 0.92% -
XYZ 42.11 20.97 42.39 -
YUV 96.09 172.54 227.08 -
System Red Green Blue C M Y K H S L
Decimal 235 10 175 0 0.96 0.26 0.08 316 0.92 0.48
Hex EB A AF 0 60 1A 8 13C 5C 30
Octal 353 12 257 0 140 32 10 474 134 60
Binary 11101011 1010 10101111 0 1100000 11010 1000 100111100 1011100 110000

Color Harmonies of #EB0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0AAF

Black with #EB0AAF

Text Example


Text Example

White with #EB0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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