Html Css Color HEX #E400AA Hollywood Cerise

📋 copy color: '#E400AA'

red 228 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #E400AA

Tints of Hollywood Cerise #E400AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.29%
G = 0%
B = 42.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E400AA (or 0xE400AA) is known color: Hollywood Cerise. HEX triplet: E4, 00 and AA. RGB value is (228,0,170). Sum of RGB (Red+Green+Blue) = 228+0+170=398 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.29% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 228 - color contains mainly: red. Hex color #E400AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E400AA is #1BFF55. Grayscale: #575757. Windows color (decimal): -1834838 or 11141348. OLE color: 11141348.

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

Color convert

RGB 228 0 170 -
CMYK 0 1 0.25 0.11
HSL 315.26º 1% 0.45% -
HSV(B) 315.26º 1% 0.89% -
XYZ 39.25 19.4 39.71 -
YUV 87.55 174.54 228.18 -
System Red Green Blue C M Y K H S L
Decimal 228 0 170 0 1 0.25 0.11 315.26 1 0.45
Hex E4 0 AA 0 64 19 B 13B 64 2D
Octal 344 0 252 0 144 31 13 473 144 55
Binary 11100100 0 10101010 0 1100100 11001 1011 100111011 1100100 101101

Color Harmonies of #E400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400AA

Black with #E400AA

Text Example


Text Example

White with #E400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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