Html Css Color HEX #E009AF Hollywood Cerise

📋 copy color: '#E009AF'

red 224 ◦ green 9 ◦ blue 175

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

Shades of Hollywood Cerise #E009AF

Tints of Hollywood Cerise #E009AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

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

R = 54.9%
G = 2.21%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E009AF (or 0xE009AF) is known color: Hollywood Cerise. HEX triplet: E0, 09 and AF. RGB value is (224,9,175). Sum of RGB (Red+Green+Blue) = 224+9+175=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E009AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E009AF is #1FF650. Grayscale: #5B5B5B. Windows color (decimal): -2094673 or 11471328. OLE color: 11471328.

HSL color Cylindrical-coordinate representation of color #E009AF: hue angle of 313.67º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009AF is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 175 -
CMYK 0 0.96 0.22 0.12
HSL 313.67º 0.92% 0.46% -
HSV(B) 313.67º 0.96% 0.88% -
XYZ 38.58 19.14 42.22 -
YUV 92.21 174.73 222 -
System Red Green Blue C M Y K H S L
Decimal 224 9 175 0 0.96 0.22 0.12 313.67 0.92 0.46
Hex E0 9 AF 0 60 16 C 13A 5C 2E
Octal 340 11 257 0 140 26 14 472 134 56
Binary 11100000 1001 10101111 0 1100000 10110 1100 100111010 1011100 101110

Color Harmonies of #E009AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E009AF

Black with #E009AF

Text Example


Text Example

White with #E009AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E009AF; }

 p { color: rgb(224,9,175); }

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

background-color css

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

 a { background-color: rgb(224,9,175); }

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

border-color css

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

 span { border-color: rgb(224,9,175); }

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