#E66F7E

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

Shades of Froly #E66F7E

Tints of Froly #E66F7E

Color information

#E66F7E (or 0xE66F7E) is unknown color: approx Froly. HEX triplet: E6, 6F and 7E. RGB value is (230,111,126). Sum of RGB (Red+Green+Blue) = 230+111+126=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E66F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66F7E is #199081. Grayscale: #949494. Windows color (decimal): -1675394 or 8286182. OLE color: 8286182.

HSL color Cylindrical-coordinate representation of color #E66F7E: hue angle of 352.44º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66F7E is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230111126-
CMYK00.520.450.10
HSL352.44º70.41%66.86%-
HSV(B)352.44º51.74%90.2%-
XYZ42.0829.723.25-
YUV148.29115.42186.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.25%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=49.25%
G=23.77%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011112600.520.450.10352.4470.4166.86
HexE66F7E0342DA1604643
Octal3461571760645512540106103
Binary11100110110111111111100110100101101101010110000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66F7E; }

 p { color: rgb(230,111,126); }

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

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

 a { background-color: rgb(230,111,126); }

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

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

 span { border-color: rgb(230,111,126); }

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