#E16372

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

Shades of Froly #E16372

Tints of Froly #E16372

Color information

#E16372 (or 0xE16372) is unknown color: approx Froly. HEX triplet: E1, 63 and 72. RGB value is (225,99,114). Sum of RGB (Red+Green+Blue) = 225+99+114=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E16372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16372 is #1E9C8D. Grayscale: #8A8A8A. Windows color (decimal): -2006158 or 7496673. OLE color: 7496673.

HSL color Cylindrical-coordinate representation of color #E16372: hue angle of 352.86º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16372 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22599114-
CMYK00.560.490.12
HSL352.86º67.74%63.53%-
HSV(B)352.86º56%88.24%-
XYZ38.5526.1518.93-
YUV138.38114.24189.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=51.37%
G=22.60%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259911400.560.490.12352.8667.7463.53
HexE1637203831C1614440
Octal3411431620706114541104100
Binary11100001110001111100100111000110001110010110000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16372; }

 p { color: rgb(225,99,114); }

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

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

 a { background-color: rgb(225,99,114); }

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

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

 span { border-color: rgb(225,99,114); }

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