Html Css Color HEX #E001A7 Hollywood Cerise

📋 copy color: '#E001A7'

red 224 ◦ green 1 ◦ blue 167

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

Shades of Hollywood Cerise #E001A7

Tints of Hollywood Cerise #E001A7

RGB

 RED value IS 224 (87.89% from 255) = 57.14%

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

 BLUE value IS 167 (65.63% from 255) = 42.6%

R = 57.14%
G = 0.26%
B = 42.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E001A7 (or 0xE001A7) is known color: Hollywood Cerise. HEX triplet: E0, 01 and A7. RGB value is (224,1,167). Sum of RGB (Red+Green+Blue) = 224+1+167=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E001A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001A7 is #1FFE58. Grayscale: #565656. Windows color (decimal): -2096729 or 10944992. OLE color: 10944992.

HSL color Cylindrical-coordinate representation of color #E001A7: hue angle of 315.34º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E001A7 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 167 -
CMYK 0 1.00 0.25 0.12
HSL 315.34º 0.99% 0.44% -
HSV(B) 315.34º 1% 0.88% -
XYZ 37.73 18.66 38.17 -
YUV 86.6 173.38 226 -
System Red Green Blue C M Y K H S L
Decimal 224 1 167 0 1.00 0.25 0.12 315.34 0.99 0.44
Hex E0 1 A7 0 64 19 C 13B 63 2C
Octal 340 1 247 0 144 31 14 473 143 54
Binary 11100000 1 10100111 0 1100100 11001 1100 100111011 1100011 101100

Color Harmonies of #E001A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001A7

Black with #E001A7

Text Example


Text Example

White with #E001A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001A7; }

 p { color: rgb(224,1,167); }

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

background-color css

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

 a { background-color: rgb(224,1,167); }

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

border-color css

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

 span { border-color: rgb(224,1,167); }

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