#EC7E83

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

Shades of Froly #EC7E83

Tints of Froly #EC7E83

Color information

#EC7E83 (or 0xEC7E83) is unknown color: approx Froly. HEX triplet: EC, 7E and 83. RGB value is (236,126,131). Sum of RGB (Red+Green+Blue) = 236+126+131=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E83 is #13817C. Grayscale: #9F9F9F. Windows color (decimal): -1278333 or 8617708. OLE color: 8617708.

HSL color Cylindrical-coordinate representation of color #EC7E83: hue angle of 357.27º degrees, saturation: 0.74, 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 #EC7E83 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236126131-
CMYK00.470.440.07
HSL357.27º74.32%70.98%-
HSV(B)357.27º46.61%92.55%-
XYZ46.1534.3925.68-
YUV159.46111.94182.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=47.87%
G=25.56%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612613100.470.440.07357.2774.3270.98
HexEC7E8302F2C71654a47
Octal354176203057547545112107
Binary11101100111111010000011010111110110011110110010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7E83; }

 p { color: rgb(236,126,131); }

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

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

 a { background-color: rgb(236,126,131); }

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

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

 span { border-color: rgb(236,126,131); }

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