Html Css Color HEX #E601AA Hollywood Cerise

📋 copy color: '#E601AA'

red 230 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #E601AA

Tints of Hollywood Cerise #E601AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 57.36%
G = 0.25%
B = 42.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E601AA (or 0xE601AA) is known color: Hollywood Cerise. HEX triplet: E6, 01 and AA. RGB value is (230,1,170). Sum of RGB (Red+Green+Blue) = 230+1+170=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E601AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E601AA is #19FE55. Grayscale: #585858. Windows color (decimal): -1703510 or 11141606. OLE color: 11141606.

HSL color Cylindrical-coordinate representation of color #E601AA: hue angle of 315.72º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601AA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 170 -
CMYK 0 1.00 0.26 0.10
HSL 315.72º 0.99% 0.45% -
HSV(B) 315.72º 1% 0.9% -
XYZ 39.9 19.75 39.74 -
YUV 88.74 173.87 228.76 -
System Red Green Blue C M Y K H S L
Decimal 230 1 170 0 1.00 0.26 0.10 315.72 0.99 0.45
Hex E6 1 AA 0 64 1A A 13C 63 2D
Octal 346 1 252 0 144 32 12 474 143 55
Binary 11100110 1 10101010 0 1100100 11010 1010 100111100 1100011 101101

Color Harmonies of #E601AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E601AA

Black with #E601AA

Text Example


Text Example

White with #E601AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E601AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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