#E6717D

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

Shades of Froly #E6717D

Tints of Froly #E6717D

Color information

#E6717D (or 0xE6717D) is unknown color: approx Froly. HEX triplet: E6, 71 and 7D. RGB value is (230,113,125). Sum of RGB (Red+Green+Blue) = 230+113+125=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717D is #198E82. Grayscale: #959595. Windows color (decimal): -1674883 or 8221158. OLE color: 8221158.

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

Color convert

RGB230113125-
CMYK00.510.460.10
HSL353.85º70.06%67.25%-
HSV(B)353.85º50.87%90.2%-
XYZ42.2430.1122.99-
YUV149.35114.26185.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.15%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=49.15%
G=24.15%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011312500.510.460.10353.8570.0667.25
HexE6717D0332EA1624643
Octal3461611750635612542106103
Binary11100110111000111111010110011101110101010110001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6717D; }

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

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

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

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

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

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

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

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