#E0696E

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

Shades of Froly #E0696E

Tints of Froly #E0696E

Color information

#E0696E (or 0xE0696E) is unknown color: approx Froly. HEX triplet: E0, 69 and 6E. RGB value is (224,105,110). Sum of RGB (Red+Green+Blue) = 224+105+110=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0696E is #1F9691. Grayscale: #8D8D8D. Windows color (decimal): -2070162 or 7236064. OLE color: 7236064.

HSL color Cylindrical-coordinate representation of color #E0696E: hue angle of 357.48º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0696E is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224105110-
CMYK00.530.510.12
HSL357.48º65.75%64.51%-
HSV(B)357.48º53.12%87.84%-
XYZ38.6127.0817.94-
YUV141.15110.42187.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=51.03%
G=23.92%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410511000.530.510.12357.4865.7564.51
HexE0696E03533C1654241
Octal3401511560656314545102101
Binary11100000110100111011100110101110011110010110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0696E; }

 p { color: rgb(224,105,110); }

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

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

 a { background-color: rgb(224,105,110); }

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

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

 span { border-color: rgb(224,105,110); }

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