#EC707F

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

Shades of Froly #EC707F

Tints of Froly #EC707F

Color information

#EC707F (or 0xEC707F) is unknown color: approx Froly. HEX triplet: EC, 70 and 7F. RGB value is (236,112,127). Sum of RGB (Red+Green+Blue) = 236+112+127=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC707F is #138F80. Grayscale: #969696. Windows color (decimal): -1281921 or 8351980. OLE color: 8351980.

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

Color convert

RGB236112127-
CMYK00.530.460.07
HSL352.74º76.54%68.24%-
HSV(B)352.74º52.54%92.55%-
XYZ44.2230.9523.72-
YUV150.79114.58188.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 112 (44.14% from 255) = 23.58%
BLUE value IS 127 (50% from 255) = 26.74%
R=49.68%
G=23.58%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611212700.530.460.07352.7476.5468.24
HexEC707F0352E71614d44
Octal354160177065567541115104
Binary1110110011100001111111011010110111011110110000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC707F; }

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

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

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

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

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

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

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

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