#E16068

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

Shades of Froly #E16068

Tints of Froly #E16068

Color information

#E16068 (or 0xE16068) is unknown color: approx Froly. HEX triplet: E1, 60 and 68. RGB value is (225,96,104). Sum of RGB (Red+Green+Blue) = 225+96+104=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E16068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16068 is #1E9F97. Grayscale: #878787. Windows color (decimal): -2006936 or 6840545. OLE color: 6840545.

HSL color Cylindrical-coordinate representation of color #E16068: hue angle of 356.28º degrees, saturation: 0.68, 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 #E16068 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22596104-
CMYK00.570.540.12
HSL356.28º68.25%62.94%-
HSV(B)356.28º57.33%88.24%-
XYZ37.7325.3716.01-
YUV135.48110.24191.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=52.94%
G=22.59%
B=24.47%

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
Decimal2259610400.570.540.12356.2868.2562.94
HexE1606803936C164443f
Octal341140150071661454410477
Binary1110000111000001101000011100111011011001011001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16068; }

 p { color: rgb(225,96,104); }

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

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

 a { background-color: rgb(225,96,104); }

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

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

 span { border-color: rgb(225,96,104); }

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