#E2667A

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

Shades of Froly #E2667A

Tints of Froly #E2667A

Color information

#E2667A (or 0xE2667A) is unknown color: approx Froly. HEX triplet: E2, 66 and 7A. RGB value is (226,102,122). Sum of RGB (Red+Green+Blue) = 226+102+122=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2667A is #1D9985. Grayscale: #8D8D8D. Windows color (decimal): -1939846 or 8021730. OLE color: 8021730.

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

Color convert

RGB226102122-
CMYK00.550.460.11
HSL350.32º68.13%64.31%-
HSV(B)350.32º54.87%88.63%-
XYZ39.6327.0821.55-
YUV141.36117.08188.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=50.22%
G=22.67%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610212200.550.460.11350.3268.1364.31
HexE2667A0372EB15e4440
Octal3421461720675613536104100
Binary11100010110011011110100110111101110101110101111010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2667A; }

 p { color: rgb(226,102,122); }

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

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

 a { background-color: rgb(226,102,122); }

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

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

 span { border-color: rgb(226,102,122); }

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