#E6717A

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

Shades of Froly #E6717A

Tints of Froly #E6717A

Color information

#E6717A (or 0xE6717A) is unknown color: approx Froly. HEX triplet: E6, 71 and 7A. RGB value is (230,113,122). Sum of RGB (Red+Green+Blue) = 230+113+122=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6717A is #198E85. Grayscale: #959595. Windows color (decimal): -1674886 or 8024550. OLE color: 8024550.

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

Color convert

RGB230113122-
CMYK00.510.470.10
HSL355.38º70.06%67.25%-
HSV(B)355.38º50.87%90.2%-
XYZ42.0530.0421.99-
YUV149.01112.76185.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.46%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=49.46%
G=24.30%
B=26.24%

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
Decimal23011312200.510.470.10355.3870.0667.25
HexE6717A0332FA1634643
Octal3461611720635712543106103
Binary11100110111000111110100110011101111101010110001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6717A; }

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

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

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

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

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

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

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

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