#E6717C

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

Shades of Froly #E6717C

Tints of Froly #E6717C

Color information

#E6717C (or 0xE6717C) is unknown color: approx Froly. HEX triplet: E6, 71 and 7C. RGB value is (230,113,124). Sum of RGB (Red+Green+Blue) = 230+113+124=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717C is #198E83. Grayscale: #959595. Windows color (decimal): -1674884 or 8155622. OLE color: 8155622.

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

Color convert

RGB230113124-
CMYK00.510.460.10
HSL354.36º70.06%67.25%-
HSV(B)354.36º50.87%90.2%-
XYZ42.1830.0922.65-
YUV149.24113.76185.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.25%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=49.25%
G=24.20%
B=26.55%

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
Decimal23011312400.510.460.10354.3670.0667.25
HexE6717C0332EA1624643
Octal3461611740635612542106103
Binary11100110111000111111000110011101110101010110001010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6717C; }

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

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

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

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

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

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

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

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