#E66A7D

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

Shades of Froly #E66A7D

Tints of Froly #E66A7D

Color information

#E66A7D (or 0xE66A7D) is unknown color: approx Froly. HEX triplet: E6, 6A and 7D. RGB value is (230,106,125). Sum of RGB (Red+Green+Blue) = 230+106+125=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A7D is #199582. Grayscale: #919191. Windows color (decimal): -1676675 or 8219366. OLE color: 8219366.

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

Color convert

RGB230106125-
CMYK00.540.460.10
HSL350.81º71.26%65.88%-
HSV(B)350.81º53.91%90.2%-
XYZ41.4928.6122.74-
YUV145.24116.58188.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.89%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=49.89%
G=22.99%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010612500.540.460.10350.8171.2665.88
HexE66A7D0362EA15f4742
Octal3461521750665612537107102
Binary11100110110101011111010110110101110101010101111110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66A7D; }

 p { color: rgb(230,106,125); }

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

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

 a { background-color: rgb(230,106,125); }

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

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

 span { border-color: rgb(230,106,125); }

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