#E1616C

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

Shades of Froly #E1616C

Tints of Froly #E1616C

Color information

#E1616C (or 0xE1616C) is unknown color: approx Froly. HEX triplet: E1, 61 and 6C. RGB value is (225,97,108). Sum of RGB (Red+Green+Blue) = 225+97+108=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1616C is #1E9E93. Grayscale: #888888. Windows color (decimal): -2006676 or 7102945. OLE color: 7102945.

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

Color convert

RGB22597108-
CMYK00.570.520.12
HSL354.84º68.09%63.14%-
HSV(B)354.84º56.89%88.24%-
XYZ38.0325.6417.13-
YUV136.53111.91191.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=52.33%
G=22.56%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259710800.570.520.12354.8468.0963.14
HexE1616C03934C163443f
Octal341141154071641454310477
Binary1110000111000011101100011100111010011001011000111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1616C; }

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

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

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

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

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

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

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

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