#E2696D

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

Shades of Froly #E2696D

Tints of Froly #E2696D

Color information

#E2696D (or 0xE2696D) is unknown color: approx Froly. HEX triplet: E2, 69 and 6D. RGB value is (226,105,109). Sum of RGB (Red+Green+Blue) = 226+105+109=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2696D is #1D9692. Grayscale: #8D8D8D. Windows color (decimal): -1939091 or 7170530. OLE color: 7170530.

HSL color Cylindrical-coordinate representation of color #E2696D: hue angle of 358.02º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2696D is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226105109-
CMYK00.540.520.11
HSL358.02º67.6%64.9%-
HSV(B)358.02º53.54%88.63%-
XYZ39.1827.3817.69-
YUV141.64109.59188.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.36%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=51.36%
G=23.86%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610510900.540.520.11358.0267.664.9
HexE2696D03634B1664441
Octal3421511550666413546104101
Binary11100010110100111011010110110110100101110110011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2696D; }

 p { color: rgb(226,105,109); }

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

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

 a { background-color: rgb(226,105,109); }

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

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

 span { border-color: rgb(226,105,109); }

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