#E45699

Color #E45699 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #E45699

Tints of French Rose #E45699

Color information

#E45699 (or 0xE45699) is unknown color: approx French Rose. HEX triplet: E4, 56 and 99. RGB value is (228,86,153). Sum of RGB (Red+Green+Blue) = 228+86+153=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E45699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45699 is #1BA966. Grayscale: #878787. Windows color (decimal): -1812839 or 10049252. OLE color: 10049252.

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

Color convert

RGB22886153-
CMYK00.620.330.11
HSL331.69º72.45%61.57%-
HSV(B)331.69º62.28%89.41%-
XYZ41.0725.4532.88-
YUV136.1137.54193.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.82%
GREEN value IS 86 (33.98% from 255) = 18.42%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=48.82%
G=18.42%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288615300.620.330.11331.6972.4561.57
HexE4569903E21B14c483e
Octal344126231076411351411076
Binary11100100101011010011001011111010000110111010011001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45699; }

 p { color: rgb(228,86,153); }

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

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

 a { background-color: rgb(228,86,153); }

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

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

 span { border-color: rgb(228,86,153); }

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