#E1727B

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

Shades of Froly #E1727B

Tints of Froly #E1727B

Color information

#E1727B (or 0xE1727B) is unknown color: approx Froly. HEX triplet: E1, 72 and 7B. RGB value is (225,114,123). Sum of RGB (Red+Green+Blue) = 225+114+123=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1727B is #1E8D84. Grayscale: #949494. Windows color (decimal): -2002309 or 8090337. OLE color: 8090337.

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

Color convert

RGB225114123-
CMYK00.490.450.12
HSL355.14º64.91%66.47%-
HSV(B)355.14º49.33%88.24%-
XYZ40.6429.4722.29-
YUV148.21113.77182.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=48.70%
G=24.68%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511412300.490.450.12355.1464.9166.47
HexE1727B0312DC1634142
Octal3411621730615514543101102
Binary11100001111001011110110110001101101110010110001110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1727B; }

 p { color: rgb(225,114,123); }

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

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

 a { background-color: rgb(225,114,123); }

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

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

 span { border-color: rgb(225,114,123); }

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