#E1727C

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

Shades of Froly #E1727C

Tints of Froly #E1727C

Color information

#E1727C (or 0xE1727C) is unknown color: approx Froly. HEX triplet: E1, 72 and 7C. RGB value is (225,114,124). Sum of RGB (Red+Green+Blue) = 225+114+124=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1727C is #1E8D83. Grayscale: #949494. Windows color (decimal): -2002308 or 8155873. OLE color: 8155873.

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

Color convert

RGB225114124-
CMYK00.490.450.12
HSL354.59º64.91%66.47%-
HSV(B)354.59º49.33%88.24%-
XYZ40.7129.522.62-
YUV148.33114.27182.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=48.60%
G=24.62%
B=26.78%

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
Decimal22511412400.490.450.12354.5964.9166.47
HexE1727C0312DC1634142
Octal3411621740615514543101102
Binary11100001111001011111000110001101101110010110001110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1727C; }

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

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

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

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

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

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

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

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