Html Css Color HEX #E001A5 Hollywood Cerise

📋 copy color: '#E001A5'

red 224 ◦ green 1 ◦ blue 165

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

Shades of Hollywood Cerise #E001A5

Tints of Hollywood Cerise #E001A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 57.44%
G = 0.26%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E001A5 (or 0xE001A5) is known color: Hollywood Cerise. HEX triplet: E0, 01 and A5. RGB value is (224,1,165). Sum of RGB (Red+Green+Blue) = 224+1+165=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E001A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E001A5 is #1FFE5A. Grayscale: #555555. Windows color (decimal): -2096731 or 10813920. OLE color: 10813920.

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

Color convert

RGB 224 1 165 -
CMYK 0 1.00 0.26 0.12
HSL 315.87º 0.99% 0.44% -
HSV(B) 315.87º 1% 0.88% -
XYZ 37.54 18.59 37.21 -
YUV 86.37 172.38 226.16 -
System Red Green Blue C M Y K H S L
Decimal 224 1 165 0 1.00 0.26 0.12 315.87 0.99 0.44
Hex E0 1 A5 0 64 1A C 13C 63 2C
Octal 340 1 245 0 144 32 14 474 143 54
Binary 11100000 1 10100101 0 1100100 11010 1100 100111100 1100011 101100

Color Harmonies of #E001A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001A5

Black with #E001A5

Text Example


Text Example

White with #E001A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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