#E66672

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

Shades of Froly #E66672

Tints of Froly #E66672

Color information

#E66672 (or 0xE66672) is unknown color: approx Froly. HEX triplet: E6, 66 and 72. RGB value is (230,102,114). Sum of RGB (Red+Green+Blue) = 230+102+114=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E66672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66672 is #19998D. Grayscale: #8D8D8D. Windows color (decimal): -1677710 or 7497446. OLE color: 7497446.

HSL color Cylindrical-coordinate representation of color #E66672: hue angle of 354.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66672 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB230102114-
CMYK00.560.500.10
HSL354.38º71.91%65.1%-
HSV(B)354.38º55.65%90.2%-
XYZ40.4227.5419.11-
YUV141.64112.41191.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.57%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=51.57%
G=22.87%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010211400.560.500.10354.3871.9165.1
HexE6667203832A1624841
Octal3461461620706212542110101
Binary11100110110011011100100111000110010101010110001010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66672; }

 p { color: rgb(230,102,114); }

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

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

 a { background-color: rgb(230,102,114); }

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

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

 span { border-color: rgb(230,102,114); }

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