#EC7C81

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

Shades of Froly #EC7C81

Tints of Froly #EC7C81

Color information

#EC7C81 (or 0xEC7C81) is unknown color: approx Froly. HEX triplet: EC, 7C and 81. RGB value is (236,124,129). Sum of RGB (Red+Green+Blue) = 236+124+129=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C81 is #13837E. Grayscale: #9E9E9E. Windows color (decimal): -1278847 or 8486124. OLE color: 8486124.

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

Color convert

RGB236124129-
CMYK00.470.450.07
HSL357.32º74.67%70.59%-
HSV(B)357.32º47.46%92.55%-
XYZ45.7633.8324.89-
YUV158.06111.61183.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=48.26%
G=25.36%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612412900.470.450.07357.3274.6770.59
HexEC7C8102F2D71654b47
Octal354174201057557545113107
Binary11101100111110010000001010111110110111110110010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7C81; }

 p { color: rgb(236,124,129); }

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

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

 a { background-color: rgb(236,124,129); }

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

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

 span { border-color: rgb(236,124,129); }

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