#E2717B

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

Shades of Froly #E2717B

Tints of Froly #E2717B

Color information

#E2717B (or 0xE2717B) is unknown color: approx Froly. HEX triplet: E2, 71 and 7B. RGB value is (226,113,123). Sum of RGB (Red+Green+Blue) = 226+113+123=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2717B is #1D8E84. Grayscale: #949494. Windows color (decimal): -1937029 or 8090082. OLE color: 8090082.

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

Color convert

RGB226113123-
CMYK00.50.460.11
HSL354.69º66.08%66.47%-
HSV(B)354.69º50%88.63%-
XYZ40.8429.4122.26-
YUV147.93113.94183.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 123 (48.44% from 255) = 26.62%
R=48.92%
G=24.46%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611312300.50.460.11354.6966.0866.47
HexE2717B0322EB1634242
Octal3421611730625613543102102
Binary11100010111000111110110110010101110101110110001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2717B; }

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

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

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

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

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

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

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

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