#E16376

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

Shades of Froly #E16376

Tints of Froly #E16376

Color information

#E16376 (or 0xE16376) is unknown color: approx Froly. HEX triplet: E1, 63 and 76. RGB value is (225,99,118). Sum of RGB (Red+Green+Blue) = 225+99+118=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16376 is #1E9C89. Grayscale: #8A8A8A. Windows color (decimal): -2006154 or 7758817. OLE color: 7758817.

HSL color Cylindrical-coordinate representation of color #E16376: hue angle of 350.95º 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 #E16376 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB22599118-
CMYK00.560.480.12
HSL350.95º67.74%63.53%-
HSV(B)350.95º56%88.24%-
XYZ38.7826.2420.16-
YUV138.84116.24189.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.90%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=50.90%
G=22.40%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259911800.560.480.12350.9567.7463.53
HexE1637603830C15f4440
Octal3411431660706014537104100
Binary11100001110001111101100111000110000110010101111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16376; }

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

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

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

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

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

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

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

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