Html Css Color HEX #E00CA5 Hollywood Cerise

📋 copy color: '#E00CA5'

red 224 ◦ green 12 ◦ blue 165

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

Shades of Hollywood Cerise #E00CA5

Tints of Hollywood Cerise #E00CA5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

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

R = 55.86%
G = 2.99%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E00CA5 (or 0xE00CA5) is known color: Hollywood Cerise. HEX triplet: E0, 0C and A5. RGB value is (224,12,165). Sum of RGB (Red+Green+Blue) = 224+12+165=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00CA5 is #1FF35A. Grayscale: #5C5C5C. Windows color (decimal): -2093915 or 10816736. OLE color: 10816736.

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

Color convert

RGB 224 12 165 -
CMYK 0 0.95 0.26 0.12
HSL 316.7º 0.9% 0.46% -
HSV(B) 316.7º 0.95% 0.88% -
XYZ 37.66 18.83 37.25 -
YUV 92.83 168.74 221.56 -
System Red Green Blue C M Y K H S L
Decimal 224 12 165 0 0.95 0.26 0.12 316.7 0.9 0.46
Hex E0 C A5 0 5F 1A C 13D 5A 2E
Octal 340 14 245 0 137 32 14 475 132 56
Binary 11100000 1100 10100101 0 1011111 11010 1100 100111101 1011010 101110

Color Harmonies of #E00CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CA5

Black with #E00CA5

Text Example


Text Example

White with #E00CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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