#E06166

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

Shades of Froly #E06166

Tints of Froly #E06166

Color information

#E06166 (or 0xE06166) is unknown color: approx Froly. HEX triplet: E0, 61 and 66. RGB value is (224,97,102). Sum of RGB (Red+Green+Blue) = 224+97+102=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E06166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06166 is #1F9E99. Grayscale: #878787. Windows color (decimal): -2072218 or 6709728. OLE color: 6709728.

HSL color Cylindrical-coordinate representation of color #E06166: hue angle of 357.64º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06166 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22497102-
CMYK00.570.540.12
HSL357.64º67.2%62.94%-
HSV(B)357.64º56.7%87.84%-
XYZ37.4125.3615.49-
YUV135.54109.08191.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.96%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=52.96%
G=22.93%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249710200.570.540.12357.6467.262.94
HexE0616603936C166433f
Octal340141146071661454610377
Binary1110000011000011100110011100111011011001011001101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06166; }

 p { color: rgb(224,97,102); }

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

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

 a { background-color: rgb(224,97,102); }

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

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

 span { border-color: rgb(224,97,102); }

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