#E0717B

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

Shades of Froly #E0717B

Tints of Froly #E0717B

Color information

#E0717B (or 0xE0717B) is unknown color: approx Froly. HEX triplet: E0, 71 and 7B. RGB value is (224,113,123). Sum of RGB (Red+Green+Blue) = 224+113+123=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0717B is #1F8E84. Grayscale: #939393. Windows color (decimal): -2068101 or 8090080. OLE color: 8090080.

HSL color Cylindrical-coordinate representation of color #E0717B: hue angle of 354.59º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0717B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224113123-
CMYK00.500.450.12
HSL354.59º64.16%66.08%-
HSV(B)354.59º49.55%87.84%-
XYZ40.2229.0922.23-
YUV147.33114.27182.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.70%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=48.70%
G=24.57%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411312300.500.450.12354.5964.1666.08
HexE0717B0322DC1634042
Octal3401611730625514543100102
Binary11100000111000111110110110010101101110010110001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0717B; }

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

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

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

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

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

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

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

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