Html Css Color HEX #E00FAD Hollywood Cerise

📋 copy color: '#E00FAD'

red 224 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #E00FAD

Tints of Hollywood Cerise #E00FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.64%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 54.37%
G = 3.64%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E00FAD (or 0xE00FAD) is known color: Hollywood Cerise. HEX triplet: E0, 0F and AD. RGB value is (224,15,173). Sum of RGB (Red+Green+Blue) = 224+15+173=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00FAD is #1FF052. Grayscale: #5F5F5F. Windows color (decimal): -2093139 or 11341792. OLE color: 11341792.

HSL color Cylindrical-coordinate representation of color #E00FAD: hue angle of 314.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FAD is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 173 -
CMYK 0 0.93 0.23 0.12
HSL 314.64º 0.87% 0.47% -
HSV(B) 314.64º 0.93% 0.88% -
XYZ 38.45 19.21 41.22 -
YUV 95.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 224 15 173 0 0.93 0.23 0.12 314.64 0.87 0.47
Hex E0 F AD 0 5D 17 C 13B 57 2F
Octal 340 17 255 0 135 27 14 473 127 57
Binary 11100000 1111 10101101 0 1011101 10111 1100 100111011 1010111 101111

Color Harmonies of #E00FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FAD

Black with #E00FAD

Text Example


Text Example

White with #E00FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FAD; }

 p { color: rgb(224,15,173); }

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

background-color css

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

 a { background-color: rgb(224,15,173); }

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

border-color css

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

 span { border-color: rgb(224,15,173); }

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