#e2676b

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

Shades of Froly #E2676B

Tints of Froly #E2676B

Color information

#E2676B (or 0xE2676B) is unknown color: approx Froly. HEX triplet: E2, 67 and 6B. RGB value is (226,103,107). Sum of RGB (Red+Green+Blue) = 226+103+107=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2676B is #1D9894. Grayscale: #8C8C8C. Windows color (decimal): -1939605 or 7038946. OLE color: 7038946.

HSL color Cylindrical-coordinate representation of color #E2676B: hue angle of 358.05º 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 #E2676B is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB226103107-
CMYK00.540.530.11
HSL358.05º67.96%64.51%-
HSV(B)358.05º54.42%88.63%-
XYZ38.8726.9317.06-
YUV140.23109.25189.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.83%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=51.83%
G=23.62%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610310700.540.530.11358.0567.9664.51
HexE2676B03635B1664441
Octal3421471530666513546104101
Binary11100010110011111010110110110110101101110110011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2676b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2676b; }

 p { color: rgb(226,103,107); }

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

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

 a { background-color: rgb(226,103,107); }

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

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

 span { border-color: rgb(226,103,107); }

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