#E2717E

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

Shades of Froly #E2717E

Tints of Froly #E2717E

Color information

#E2717E (or 0xE2717E) is unknown color: approx Froly. HEX triplet: E2, 71 and 7E. RGB value is (226,113,126). Sum of RGB (Red+Green+Blue) = 226+113+126=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2717E is #1D8E81. Grayscale: #949494. Windows color (decimal): -1937026 or 8286690. OLE color: 8286690.

HSL color Cylindrical-coordinate representation of color #E2717E: hue angle of 353.1º 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 #E2717E is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB226113126-
CMYK00.50.440.11
HSL353.1º66.08%66.47%-
HSV(B)353.1º50%88.63%-
XYZ41.0429.4923.27-
YUV148.27115.44183.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.60%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=48.60%
G=24.30%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611312600.50.440.11353.166.0866.47
HexE2717E0322CB1614242
Octal3421611760625413541102102
Binary11100010111000111111100110010101100101110110000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2717E; }

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

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

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

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

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

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

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

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