#E16375

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

Shades of Froly #E16375

Tints of Froly #E16375

Color information

#E16375 (or 0xE16375) is unknown color: approx Froly. HEX triplet: E1, 63 and 75. RGB value is (225,99,117). Sum of RGB (Red+Green+Blue) = 225+99+117=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16375 is #1E9C8A. Grayscale: #8A8A8A. Windows color (decimal): -2006155 or 7693281. OLE color: 7693281.

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

Color convert

RGB22599117-
CMYK00.560.480.12
HSL351.43º67.74%63.53%-
HSV(B)351.43º56%88.24%-
XYZ38.7226.2219.85-
YUV138.73115.74189.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 99 (39.06% from 255) = 22.45%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=51.02%
G=22.45%
B=26.53%

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
Decimal2259911700.560.480.12351.4367.7463.53
HexE1637503830C15f4440
Octal3411431650706014537104100
Binary11100001110001111101010111000110000110010101111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16375; }

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

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

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

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

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

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

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

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