Html Css Color HEX #E60AAF Hollywood Cerise

📋 copy color: '#E60AAF'

red 230 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #E60AAF

Tints of Hollywood Cerise #E60AAF

RGB

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

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

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

R = 55.42%
G = 2.41%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E60AAF (or 0xE60AAF) is known color: Hollywood Cerise. HEX triplet: E6, 0A and AF. RGB value is (230,10,175). Sum of RGB (Red+Green+Blue) = 230+10+175=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60AAF is #19F550. Grayscale: #5E5E5E. Windows color (decimal): -1701201 or 11471590. OLE color: 11471590.

HSL color Cylindrical-coordinate representation of color #E60AAF: hue angle of 315º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60AAF is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 10 175 -
CMYK 0 0.96 0.24 0.10
HSL 315º 0.92% 0.47% -
HSV(B) 315º 0.96% 0.9% -
XYZ 40.48 20.14 42.31 -
YUV 94.59 173.39 224.58 -
System Red Green Blue C M Y K H S L
Decimal 230 10 175 0 0.96 0.24 0.10 315 0.92 0.47
Hex E6 A AF 0 60 18 A 13B 5C 2F
Octal 346 12 257 0 140 30 12 473 134 57
Binary 11100110 1010 10101111 0 1100000 11000 1010 100111011 1011100 101111

Color Harmonies of #E60AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AAF

Black with #E60AAF

Text Example


Text Example

White with #E60AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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