#E404A7

Color #E404A7 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E404A7

Tints of Hollywood Cerise #E404A7

Color information

#E404A7 (or 0xE404A7) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 04 and A7. RGB value is (228,4,167). Sum of RGB (Red+Green+Blue) = 228+4+167=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E404A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E404A7 is #1BFB58. Grayscale: #595959. Windows color (decimal): -1833817 or 10945764. OLE color: 10945764.

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

Color convert

RGB2284167-
CMYK00.980.270.11
HSL316.34º96.55%45.49%-
HSV(B)316.34º98.25%89.41%-
XYZ39.0119.3738.24-
YUV89.56171.71226.75-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 57.14%
GREEN value IS 4 (1.95% from 255) = 1.00%
BLUE value IS 167 (65.62% from 255) = 41.85%
R=57.14%
G=1.00%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228416700.980.270.11316.3496.5545.49
HexE44A70621BB13c612d
Octal34442470142331347414155
Binary1110010010010100111011000101101110111001111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E404A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E404A7; }

 p { color: rgb(228,4,167); }

 H1.HeaderClassName
 {
   color: #E404A7;
 }
 .AnyTagClassName
 {
   color: #E404A7;
 }
</style>
background-color css

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

 a { background-color: rgb(228,4,167); }

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

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

 span { border-color: rgb(228,4,167); }

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