#E66D7F

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

Shades of Froly #E66D7F

Tints of Froly #E66D7F

Color information

#E66D7F (or 0xE66D7F) is unknown color: approx Froly. HEX triplet: E6, 6D and 7F. RGB value is (230,109,127). Sum of RGB (Red+Green+Blue) = 230+109+127=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D7F is #199280. Grayscale: #939393. Windows color (decimal): -1675905 or 8351206. OLE color: 8351206.

HSL color Cylindrical-coordinate representation of color #E66D7F: hue angle of 351.07º 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 #E66D7F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230109127-
CMYK00.530.450.10
HSL351.07º70.76%66.47%-
HSV(B)351.07º52.61%90.2%-
XYZ41.9329.2923.52-
YUV147.23116.59187.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.36%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 127 (50% from 255) = 27.25%
R=49.36%
G=23.39%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010912700.530.450.10351.0770.7666.47
HexE66D7F0352DA15f4742
Octal3461551770655512537107102
Binary11100110110110111111110110101101101101010101111110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66D7F; }

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

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

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

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

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

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

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

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