#E66D7C

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

Shades of Froly #E66D7C

Tints of Froly #E66D7C

Color information

#E66D7C (or 0xE66D7C) is unknown color: approx Froly. HEX triplet: E6, 6D and 7C. RGB value is (230,109,124). Sum of RGB (Red+Green+Blue) = 230+109+124=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D7C is #199283. Grayscale: #929292. Windows color (decimal): -1675908 or 8154598. OLE color: 8154598.

HSL color Cylindrical-coordinate representation of color #E66D7C: hue angle of 352.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D7C is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB230109124-
CMYK00.530.460.10
HSL352.56º70.76%66.47%-
HSV(B)352.56º52.61%90.2%-
XYZ41.7429.2222.51-
YUV146.89115.09187.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=49.68%
G=23.54%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010912400.530.460.10352.5670.7666.47
HexE66D7C0352EA1614742
Octal3461551740655612541107102
Binary11100110110110111111000110101101110101010110000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66D7C; }

 p { color: rgb(230,109,124); }

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

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

 a { background-color: rgb(230,109,124); }

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

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

 span { border-color: rgb(230,109,124); }

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