Html Css Color HEX #E514AA Hollywood Cerise

📋 copy color: '#E514AA'

red 229 ◦ green 20 ◦ blue 170

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

Shades of Hollywood Cerise #E514AA

Tints of Hollywood Cerise #E514AA

RGB

 RED value IS 229 (89.84% from 255) = 54.65%

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 54.65%
G = 4.77%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E514AA (or 0xE514AA) is known color: Hollywood Cerise. HEX triplet: E5, 14 and AA. RGB value is (229,20,170). Sum of RGB (Red+Green+Blue) = 229+20+170=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E514AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E514AA is #1AEB55. Grayscale: #636363. Windows color (decimal): -1764182 or 11146469. OLE color: 11146469.

HSL color Cylindrical-coordinate representation of color #E514AA: hue angle of 316.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514AA is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 170 -
CMYK 0 0.91 0.26 0.10
HSL 316.94º 0.84% 0.49% -
HSV(B) 316.94º 0.91% 0.9% -
XYZ 39.82 20.06 39.8 -
YUV 99.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 229 20 170 0 0.91 0.26 0.10 316.94 0.84 0.49
Hex E5 14 AA 0 5B 1A A 13D 54 31
Octal 345 24 252 0 133 32 12 475 124 61
Binary 11100101 10100 10101010 0 1011011 11010 1010 100111101 1010100 110001

Color Harmonies of #E514AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514AA

Black with #E514AA

Text Example


Text Example

White with #E514AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514AA; }

 p { color: rgb(229,20,170); }

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

background-color css

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

 a { background-color: rgb(229,20,170); }

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

border-color css

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

 span { border-color: rgb(229,20,170); }

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