#E16D7A

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

Shades of Froly #E16D7A

Tints of Froly #E16D7A

Color information

#E16D7A (or 0xE16D7A) is unknown color: approx Froly. HEX triplet: E1, 6D and 7A. RGB value is (225,109,122). Sum of RGB (Red+Green+Blue) = 225+109+122=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D7A is #1E9285. Grayscale: #919191. Windows color (decimal): -2003590 or 8023521. OLE color: 8023521.

HSL color Cylindrical-coordinate representation of color #E16D7A: hue angle of 353.28º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16D7A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225109122-
CMYK00.520.460.12
HSL353.28º65.91%65.49%-
HSV(B)353.28º51.56%88.24%-
XYZ40.0328.3521.77-
YUV145.17114.93184.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=49.34%
G=23.90%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510912200.520.460.12353.2865.9165.49
HexE16D7A0342EC1614241
Octal3411551720645614541102101
Binary11100001110110111110100110100101110110010110000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D7A; }

 p { color: rgb(225,109,122); }

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

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

 a { background-color: rgb(225,109,122); }

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

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

 span { border-color: rgb(225,109,122); }

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