#E2767E

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

Shades of Froly #E2767E

Tints of Froly #E2767E

Color information

#E2767E (or 0xE2767E) is unknown color: approx Froly. HEX triplet: E2, 76 and 7E. RGB value is (226,118,126). Sum of RGB (Red+Green+Blue) = 226+118+126=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2767E is #1D8981. Grayscale: #979797. Windows color (decimal): -1935746 or 8287970. OLE color: 8287970.

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

Color convert

RGB226118126-
CMYK00.480.440.11
HSL355.56º65.06%67.45%-
HSV(B)355.56º47.79%88.63%-
XYZ41.6130.6323.46-
YUV151.2113.78181.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.09%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=48.09%
G=25.11%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611812600.480.440.11355.5665.0667.45
HexE2767E0302CB1644143
Octal3421661760605413544101103
Binary11100010111011011111100110000101100101110110010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2767E; }

 p { color: rgb(226,118,126); }

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

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

 a { background-color: rgb(226,118,126); }

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

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

 span { border-color: rgb(226,118,126); }

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