#E9727F

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

Shades of Froly #E9727F

Tints of Froly #E9727F

Color information

#E9727F (or 0xE9727F) is unknown color: approx Froly. HEX triplet: E9, 72 and 7F. RGB value is (233,114,127). Sum of RGB (Red+Green+Blue) = 233+114+127=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E9727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9727F is #168D80. Grayscale: #979797. Windows color (decimal): -1478017 or 8352489. OLE color: 8352489.

HSL color Cylindrical-coordinate representation of color #E9727F: hue angle of 353.45º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9727F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233114127-
CMYK00.510.450.09
HSL353.45º73.01%68.04%-
HSV(B)353.45º51.07%91.37%-
XYZ43.4530.8923.75-
YUV151.06114.42186.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.16%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 127 (50% from 255) = 26.79%
R=49.16%
G=24.05%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311412700.510.450.09353.4573.0168.04
HexE9727F0332D91614944
Octal3511621770635511541111104
Binary11101001111001011111110110011101101100110110000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9727F; }

 p { color: rgb(233,114,127); }

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

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

 a { background-color: rgb(233,114,127); }

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

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

 span { border-color: rgb(233,114,127); }

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