Html Css Color HEX #EB0AAA Hollywood Cerise

📋 copy color: '#EB0AAA'

red 235 ◦ green 10 ◦ blue 170

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

Shades of Hollywood Cerise #EB0AAA

Tints of Hollywood Cerise #EB0AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 56.63%
G = 2.41%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB0AAA (or 0xEB0AAA) is known color: Hollywood Cerise. HEX triplet: EB, 0A and AA. RGB value is (235,10,170). Sum of RGB (Red+Green+Blue) = 235+10+170=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0AAA is #14F555. Grayscale: #5F5F5F. Windows color (decimal): -1373526 or 11143915. OLE color: 11143915.

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

Color convert

RGB 235 10 170 -
CMYK 0 0.96 0.28 0.08
HSL 317.33º 0.92% 0.48% -
HSV(B) 317.33º 0.96% 0.92% -
XYZ 41.63 20.78 39.85 -
YUV 95.52 170.04 227.49 -
System Red Green Blue C M Y K H S L
Decimal 235 10 170 0 0.96 0.28 0.08 317.33 0.92 0.48
Hex EB A AA 0 60 1C 8 13D 5C 30
Octal 353 12 252 0 140 34 10 475 134 60
Binary 11101011 1010 10101010 0 1100000 11100 1000 100111101 1011100 110000

Color Harmonies of #EB0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0AAA

Black with #EB0AAA

Text Example


Text Example

White with #EB0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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