#E1757A

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

Shades of Froly #E1757A

Tints of Froly #E1757A

Color information

#E1757A (or 0xE1757A) is unknown color: approx Froly. HEX triplet: E1, 75 and 7A. RGB value is (225,117,122). Sum of RGB (Red+Green+Blue) = 225+117+122=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1757A is #1E8A85. Grayscale: #959595. Windows color (decimal): -2001542 or 8025569. OLE color: 8025569.

HSL color Cylindrical-coordinate representation of color #E1757A: hue angle of 357.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1757A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB225117122-
CMYK00.480.460.12
HSL357.22º64.29%67.06%-
HSV(B)357.22º48%88.24%-
XYZ40.9330.1422.07-
YUV149.86112.28181.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=48.49%
G=25.22%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511712200.480.460.12357.2264.2967.06
HexE1757A0302EC1654043
Octal3411651720605614545100103
Binary11100001111010111110100110000101110110010110010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1757A; }

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

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

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

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

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

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

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

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