Html Css Color HEX #E801AF Hollywood Cerise

📋 copy color: '#E801AF'

red 232 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #E801AF

Tints of Hollywood Cerise #E801AF

RGB

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

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

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

R = 56.86%
G = 0.25%
B = 42.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E801AF (or 0xE801AF) is known color: Hollywood Cerise. HEX triplet: E8, 01 and AF. RGB value is (232,1,175). Sum of RGB (Red+Green+Blue) = 232+1+175=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E801AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E801AF is #17FE50. Grayscale: #595959. Windows color (decimal): -1572433 or 11469288. OLE color: 11469288.

HSL color Cylindrical-coordinate representation of color #E801AF: hue angle of 314.81º 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 #E801AF is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 175 -
CMYK 0 1.00 0.25 0.09
HSL 314.81º 0.99% 0.46% -
HSV(B) 314.81º 1% 0.91% -
XYZ 41.03 20.27 42.31 -
YUV 89.91 176.03 229.35 -
System Red Green Blue C M Y K H S L
Decimal 232 1 175 0 1.00 0.25 0.09 314.81 0.99 0.46
Hex E8 1 AF 0 64 19 9 13B 63 2E
Octal 350 1 257 0 144 31 11 473 143 56
Binary 11101000 1 10101111 0 1100100 11001 1001 100111011 1100011 101110

Color Harmonies of #E801AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E801AF

Black with #E801AF

Text Example


Text Example

White with #E801AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E801AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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