#E4727B

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

Shades of Froly #E4727B

Tints of Froly #E4727B

Color information

#E4727B (or 0xE4727B) is unknown color: approx Froly. HEX triplet: E4, 72 and 7B. RGB value is (228,114,123). Sum of RGB (Red+Green+Blue) = 228+114+123=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E4727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4727B is #1B8D84. Grayscale: #959595. Windows color (decimal): -1805701 or 8090340. OLE color: 8090340.

HSL color Cylindrical-coordinate representation of color #E4727B: hue angle of 355.26º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E4727B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228114123-
CMYK00.500.460.11
HSL355.26º67.86%67.06%-
HSV(B)355.26º50%89.41%-
XYZ41.5929.9622.33-
YUV149.11113.27184.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.03%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=49.03%
G=24.52%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811412300.500.460.11355.2667.8667.06
HexE4727B0322EB1634443
Octal3441621730625613543104103
Binary11100100111001011110110110010101110101110110001110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4727B; }

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

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

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

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

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

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

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

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