Html Css Color HEX #E414AA Hollywood Cerise

📋 copy color: '#E414AA'

red 228 ◦ green 20 ◦ blue 170

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

Shades of Hollywood Cerise #E414AA

Tints of Hollywood Cerise #E414AA

RGB

 RED value IS 228 (89.45% from 255) = 54.55%

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

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

R = 54.55%
G = 4.78%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E414AA (or 0xE414AA) is known color: Hollywood Cerise. HEX triplet: E4, 14 and AA. RGB value is (228,20,170). Sum of RGB (Red+Green+Blue) = 228+20+170=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E414AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E414AA is #1BEB55. Grayscale: #626262. Windows color (decimal): -1829718 or 11146468. OLE color: 11146468.

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

Color convert

RGB 228 20 170 -
CMYK 0 0.91 0.25 0.11
HSL 316.73º 0.84% 0.49% -
HSV(B) 316.73º 0.91% 0.89% -
XYZ 39.5 19.9 39.79 -
YUV 99.29 167.91 219.8 -
System Red Green Blue C M Y K H S L
Decimal 228 20 170 0 0.91 0.25 0.11 316.73 0.84 0.49
Hex E4 14 AA 0 5B 19 B 13D 54 31
Octal 344 24 252 0 133 31 13 475 124 61
Binary 11100100 10100 10101010 0 1011011 11001 1011 100111101 1010100 110001

Color Harmonies of #E414AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414AA

Black with #E414AA

Text Example


Text Example

White with #E414AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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