Html Css Color HEX #E60AAB Hollywood Cerise

📋 copy color: '#E60AAB'

red 230 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #E60AAB

Tints of Hollywood Cerise #E60AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 55.96%
G = 2.43%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E60AAB (or 0xE60AAB) is known color: Hollywood Cerise. HEX triplet: E6, 0A and AB. RGB value is (230,10,171). Sum of RGB (Red+Green+Blue) = 230+10+171=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E60AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60AAB is #19F554. Grayscale: #5D5D5D. Windows color (decimal): -1701205 or 11209446. OLE color: 11209446.

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

Color convert

RGB 230 10 171 -
CMYK 0 0.96 0.26 0.10
HSL 316.09º 0.92% 0.47% -
HSV(B) 316.09º 0.96% 0.9% -
XYZ 40.09 19.98 40.27 -
YUV 94.13 171.39 224.91 -
System Red Green Blue C M Y K H S L
Decimal 230 10 171 0 0.96 0.26 0.10 316.09 0.92 0.47
Hex E6 A AB 0 60 1A A 13C 5C 2F
Octal 346 12 253 0 140 32 12 474 134 57
Binary 11100110 1010 10101011 0 1100000 11010 1010 100111100 1011100 101111

Color Harmonies of #E60AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AAB

Black with #E60AAB

Text Example


Text Example

White with #E60AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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