Html Css Color HEX #E60FAA Hollywood Cerise

📋 copy color: '#E60FAA'

red 230 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #E60FAA

Tints of Hollywood Cerise #E60FAA

RGB

 RED value IS 230 (90.23% from 255) = 55.42%

 GREEN value IS 15 (6.25% from 255) = 3.61%

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

R = 55.42%
G = 3.61%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E60FAA (or 0xE60FAA) is known color: Hollywood Cerise. HEX triplet: E6, 0F and AA. RGB value is (230,15,170). Sum of RGB (Red+Green+Blue) = 230+15+170=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60FAA is #19F055. Grayscale: #606060. Windows color (decimal): -1699926 or 11145190. OLE color: 11145190.

HSL color Cylindrical-coordinate representation of color #E60FAA: hue angle of 316.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FAA is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 15 170 -
CMYK 0 0.93 0.26 0.10
HSL 316.74º 0.88% 0.48% -
HSV(B) 316.74º 0.93% 0.9% -
XYZ 40.06 20.07 39.79 -
YUV 96.96 169.23 222.9 -
System Red Green Blue C M Y K H S L
Decimal 230 15 170 0 0.93 0.26 0.10 316.74 0.88 0.48
Hex E6 F AA 0 5D 1A A 13D 58 30
Octal 346 17 252 0 135 32 12 475 130 60
Binary 11100110 1111 10101010 0 1011101 11010 1010 100111101 1011000 110000

Color Harmonies of #E60FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FAA

Black with #E60FAA

Text Example


Text Example

White with #E60FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FAA; }

 p { color: rgb(230,15,170); }

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

background-color css

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

 a { background-color: rgb(230,15,170); }

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

border-color css

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

 span { border-color: rgb(230,15,170); }

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