#E1616A

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

Shades of Froly #E1616A

Tints of Froly #E1616A

Color information

#E1616A (or 0xE1616A) is unknown color: approx Froly. HEX triplet: E1, 61 and 6A. RGB value is (225,97,106). Sum of RGB (Red+Green+Blue) = 225+97+106=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1616A is #1E9E95. Grayscale: #888888. Windows color (decimal): -2006678 or 6971873. OLE color: 6971873.

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

Color convert

RGB22597106-
CMYK00.570.530.12
HSL355.78º68.09%63.14%-
HSV(B)355.78º56.89%88.24%-
XYZ37.9325.616.58-
YUV136.3110.91191.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=52.57%
G=22.66%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259710600.570.530.12355.7868.0963.14
HexE1616A03935C164443f
Octal341141152071651454410477
Binary1110000111000011101010011100111010111001011001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1616A; }

 p { color: rgb(225,97,106); }

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

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

 a { background-color: rgb(225,97,106); }

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

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

 span { border-color: rgb(225,97,106); }

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