#E16273

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

Shades of Froly #E16273

Tints of Froly #E16273

Color information

#E16273 (or 0xE16273) is unknown color: approx Froly. HEX triplet: E1, 62 and 73. RGB value is (225,98,115). Sum of RGB (Red+Green+Blue) = 225+98+115=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E16273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16273 is #1E9D8C. Grayscale: #898989. Windows color (decimal): -2006413 or 7561953. OLE color: 7561953.

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

Color convert

RGB22598115-
CMYK00.560.490.12
HSL351.97º67.91%63.33%-
HSV(B)351.97º56.44%88.24%-
XYZ38.5125.9819.2-
YUV137.91115.08190.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 98 (38.67% from 255) = 22.37%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=51.37%
G=22.37%
B=26.26%

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
Decimal2259811500.560.490.12351.9767.9163.33
HexE1627303831C160443f
Octal341142163070611454010477
Binary1110000111000101110011011100011000111001011000001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16273; }

 p { color: rgb(225,98,115); }

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

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

 a { background-color: rgb(225,98,115); }

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

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

 span { border-color: rgb(225,98,115); }

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