#E1606B

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

Shades of Froly #E1606B

Tints of Froly #E1606B

Color information

#E1606B (or 0xE1606B) is unknown color: approx Froly. HEX triplet: E1, 60 and 6B. RGB value is (225,96,107). Sum of RGB (Red+Green+Blue) = 225+96+107=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1606B is #1E9F94. Grayscale: #878787. Windows color (decimal): -2006933 or 7037153. OLE color: 7037153.

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

Color convert

RGB22596107-
CMYK00.570.520.12
HSL354.88º68.25%62.94%-
HSV(B)354.88º57.33%88.24%-
XYZ37.8925.4316.82-
YUV135.82111.74191.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 107 (42.19% from 255) = 25%
R=52.57%
G=22.43%
B=25%

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
Decimal2259610700.570.520.12354.8868.2562.94
HexE1606B03934C163443f
Octal341140153071641454310477
Binary1110000111000001101011011100111010011001011000111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1606B; }

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

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

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

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

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

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

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

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