Html Css Color HEX #E014A3 Hollywood Cerise

📋 copy color: '#E014A3'

red 224 ◦ green 20 ◦ blue 163

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

Shades of Hollywood Cerise #E014A3

Tints of Hollywood Cerise #E014A3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.91%

 BLUE value IS 163 (64.06% from 255) = 40.05%

R = 55.04%
G = 4.91%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E014A3 (or 0xE014A3) is known color: Hollywood Cerise. HEX triplet: E0, 14 and A3. RGB value is (224,20,163). Sum of RGB (Red+Green+Blue) = 224+20+163=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E014A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E014A3 is #1FEB5C. Grayscale: #606060. Windows color (decimal): -2091869 or 10687712. OLE color: 10687712.

HSL color Cylindrical-coordinate representation of color #E014A3: hue angle of 317.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014A3 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 163 -
CMYK 0 0.91 0.27 0.12
HSL 317.94º 0.84% 0.48% -
HSV(B) 317.94º 0.91% 0.88% -
XYZ 37.6 18.99 36.33 -
YUV 97.3 165.09 218.37 -
System Red Green Blue C M Y K H S L
Decimal 224 20 163 0 0.91 0.27 0.12 317.94 0.84 0.48
Hex E0 14 A3 0 5B 1B C 13E 54 30
Octal 340 24 243 0 133 33 14 476 124 60
Binary 11100000 10100 10100011 0 1011011 11011 1100 100111110 1010100 110000

Color Harmonies of #E014A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014A3

Black with #E014A3

Text Example


Text Example

White with #E014A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014A3; }

 p { color: rgb(224,20,163); }

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

background-color css

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

 a { background-color: rgb(224,20,163); }

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

border-color css

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

 span { border-color: rgb(224,20,163); }

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