Html Css Color HEX #E801AC Hollywood Cerise

📋 copy color: '#E801AC'

red 232 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #E801AC

Tints of Hollywood Cerise #E801AC

RGB

 RED value IS 232 (91.02% from 255) = 57.28%

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 57.28%
G = 0.25%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E801AC (or 0xE801AC) is known color: Hollywood Cerise. HEX triplet: E8, 01 and AC. RGB value is (232,1,172). Sum of RGB (Red+Green+Blue) = 232+1+172=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E801AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E801AC is #17FE53. Grayscale: #595959. Windows color (decimal): -1572436 or 11272680. OLE color: 11272680.

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

Color convert

RGB 232 1 172 -
CMYK 0 1.00 0.26 0.09
HSL 315.58º 0.99% 0.46% -
HSV(B) 315.58º 1% 0.91% -
XYZ 40.74 20.16 40.77 -
YUV 89.56 174.53 229.6 -
System Red Green Blue C M Y K H S L
Decimal 232 1 172 0 1.00 0.26 0.09 315.58 0.99 0.46
Hex E8 1 AC 0 64 1A 9 13C 63 2E
Octal 350 1 254 0 144 32 11 474 143 56
Binary 11101000 1 10101100 0 1100100 11010 1001 100111100 1100011 101110

Color Harmonies of #E801AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801AC

Black with #E801AC

Text Example


Text Example

White with #E801AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801AC; }

 p { color: rgb(232,1,172); }

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

background-color css

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

 a { background-color: rgb(232,1,172); }

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

border-color css

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

 span { border-color: rgb(232,1,172); }

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