#EC7F82

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

Shades of Froly #EC7F82

Tints of Froly #EC7F82

Color information

#EC7F82 (or 0xEC7F82) is unknown color: approx Froly. HEX triplet: EC, 7F and 82. RGB value is (236,127,130). Sum of RGB (Red+Green+Blue) = 236+127+130=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F82 is #13807D. Grayscale: #A0A0A0. Windows color (decimal): -1278078 or 8552428. OLE color: 8552428.

HSL color Cylindrical-coordinate representation of color #EC7F82: hue angle of 358.35º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7F82 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236127130-
CMYK00.460.450.07
HSL358.35º74.15%71.18%-
HSV(B)358.35º46.19%92.55%-
XYZ46.2134.6225.37-
YUV159.93111.11182.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=47.87%
G=25.76%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612713000.460.450.07358.3574.1571.18
HexEC7F8202E2D71664a47
Octal354177202056557546112107
Binary11101100111111110000010010111010110111110110011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7F82; }

 p { color: rgb(236,127,130); }

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

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

 a { background-color: rgb(236,127,130); }

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

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

 span { border-color: rgb(236,127,130); }

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