#E1727A

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

Shades of Froly #E1727A

Tints of Froly #E1727A

Color information

#E1727A (or 0xE1727A) is unknown color: approx Froly. HEX triplet: E1, 72 and 7A. RGB value is (225,114,122). Sum of RGB (Red+Green+Blue) = 225+114+122=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1727A is #1E8D85. Grayscale: #949494. Windows color (decimal): -2002310 or 8024801. OLE color: 8024801.

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

Color convert

RGB225114122-
CMYK00.490.460.12
HSL355.68º64.91%66.47%-
HSV(B)355.68º49.33%88.24%-
XYZ40.5829.4521.96-
YUV148.1113.27182.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=48.81%
G=24.73%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511412200.490.460.12355.6864.9166.47
HexE1727A0312EC1644142
Octal3411621720615614544101102
Binary11100001111001011110100110001101110110010110010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1727A; }

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

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

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

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

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

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

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

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