#E40695

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

Shades of Hollywood Cerise #E40695

Tints of Hollywood Cerise #E40695

Color information

#E40695 (or 0xE40695) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 06 and 95. RGB value is (228,6,149). Sum of RGB (Red+Green+Blue) = 228+6+149=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E40695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40695 is #1BF96A. Grayscale: #585858. Windows color (decimal): -1833323 or 9766628. OLE color: 9766628.

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

Color convert

RGB2286149-
CMYK00.970.350.11
HSL321.35º94.87%45.88%-
HSV(B)321.35º97.37%89.41%-
XYZ37.4818.7930.09-
YUV88.68162.05227.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.53%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=59.53%
G=1.57%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228614900.970.350.11321.3594.8745.88
HexE469506123B1415f2e
Octal34462250141431350113756
Binary11100100110100101010110000110001110111010000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40695; }

 p { color: rgb(228,6,149); }

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

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

 a { background-color: rgb(228,6,149); }

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

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

 span { border-color: rgb(228,6,149); }

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