#E6717B

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

Shades of Froly #E6717B

Tints of Froly #E6717B

Color information

#E6717B (or 0xE6717B) is unknown color: approx Froly. HEX triplet: E6, 71 and 7B. RGB value is (230,113,123). Sum of RGB (Red+Green+Blue) = 230+113+123=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717B is #198E84. Grayscale: #959595. Windows color (decimal): -1674885 or 8090086. OLE color: 8090086.

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

Color convert

RGB230113123-
CMYK00.510.470.10
HSL354.87º70.06%67.25%-
HSV(B)354.87º50.87%90.2%-
XYZ42.1130.0622.32-
YUV149.12113.26185.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.36%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=49.36%
G=24.25%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011312300.510.470.10354.8770.0667.25
HexE6717B0332FA1634643
Octal3461611730635712543106103
Binary11100110111000111110110110011101111101010110001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6717B; }

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

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

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

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

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

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

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

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