#E66172

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

Shades of Froly #E66172

Tints of Froly #E66172

Color information

#E66172 (or 0xE66172) is unknown color: approx Froly. HEX triplet: E6, 61 and 72. RGB value is (230,97,114). Sum of RGB (Red+Green+Blue) = 230+97+114=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E66172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66172 is #199E8D. Grayscale: #8A8A8A. Windows color (decimal): -1678990 or 7496166. OLE color: 7496166.

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

Color convert

RGB23097114-
CMYK00.580.500.10
HSL352.33º72.68%64.12%-
HSV(B)352.33º57.83%90.2%-
XYZ39.9526.5918.95-
YUV138.71114.06193.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.15%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=52.15%
G=22.00%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309711400.580.500.10352.3372.6864.12
HexE6617203A32A1604940
Octal3461411620726212540111100
Binary11100110110000111100100111010110010101010110000010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66172; }

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

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

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

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

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

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

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

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