#E6717E

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

Shades of Froly #E6717E

Tints of Froly #E6717E

Color information

#E6717E (or 0xE6717E) is unknown color: approx Froly. HEX triplet: E6, 71 and 7E. RGB value is (230,113,126). Sum of RGB (Red+Green+Blue) = 230+113+126=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717E is #198E81. Grayscale: #959595. Windows color (decimal): -1674882 or 8286694. OLE color: 8286694.

HSL color Cylindrical-coordinate representation of color #E6717E: hue angle of 353.33º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E6717E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230113126-
CMYK00.510.450.10
HSL353.33º70.06%67.25%-
HSV(B)353.33º50.87%90.2%-
XYZ42.330.1423.33-
YUV149.46114.76185.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.04%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 126 (49.61% from 255) = 26.87%
R=49.04%
G=24.09%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011312600.510.450.10353.3370.0667.25
HexE6717E0332DA1614643
Octal3461611760635512541106103
Binary11100110111000111111100110011101101101010110000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6717E; }

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

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

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

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

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

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

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

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