#E2717C

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

Shades of Froly #E2717C

Tints of Froly #E2717C

Color information

#E2717C (or 0xE2717C) is unknown color: approx Froly. HEX triplet: E2, 71 and 7C. RGB value is (226,113,124). Sum of RGB (Red+Green+Blue) = 226+113+124=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2717C is #1D8E83. Grayscale: #949494. Windows color (decimal): -1937028 or 8155618. OLE color: 8155618.

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

Color convert

RGB226113124-
CMYK00.50.450.11
HSL354.16º66.08%66.47%-
HSV(B)354.16º50%88.63%-
XYZ40.9129.4322.59-
YUV148.04114.44183.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=48.81%
G=24.41%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611312400.50.450.11354.1666.0866.47
HexE2717C0322DB1624242
Octal3421611740625513542102102
Binary11100010111000111111000110010101101101110110001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2717C; }

 p { color: rgb(226,113,124); }

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

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

 a { background-color: rgb(226,113,124); }

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

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

 span { border-color: rgb(226,113,124); }

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