#E2787F

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

Shades of Froly #E2787F

Tints of Froly #E2787F

Color information

#E2787F (or 0xE2787F) is unknown color: approx Froly. HEX triplet: E2, 78 and 7F. RGB value is (226,120,127). Sum of RGB (Red+Green+Blue) = 226+120+127=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2787F is #1D8780. Grayscale: #989898. Windows color (decimal): -1935233 or 8354018. OLE color: 8354018.

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

Color convert

RGB226120127-
CMYK00.470.440.11
HSL356.04º64.63%67.84%-
HSV(B)356.04º46.9%88.63%-
XYZ41.9131.1323.88-
YUV152.49113.62180.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 127 (50% from 255) = 26.85%
R=47.78%
G=25.37%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612012700.470.440.11356.0464.6367.84
HexE2787F02F2CB1644144
Octal3421701770575413544101104
Binary11100010111100011111110101111101100101110110010010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2787F; }

 p { color: rgb(226,120,127); }

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

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

 a { background-color: rgb(226,120,127); }

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

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

 span { border-color: rgb(226,120,127); }

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