#EC6577

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

Shades of Froly #EC6577

Tints of Froly #EC6577

Color information

#EC6577 (or 0xEC6577) is unknown color: approx Froly. HEX triplet: EC, 65 and 77. RGB value is (236,101,119). Sum of RGB (Red+Green+Blue) = 236+101+119=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6577 is #139A88. Grayscale: #8F8F8F. Windows color (decimal): -1284745 or 7824876. OLE color: 7824876.

HSL color Cylindrical-coordinate representation of color #EC6577: hue angle of 352º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6577 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236101119-
CMYK00.570.500.07
HSL352º78.03%66.08%-
HSV(B)352º57.2%92.55%-
XYZ42.5828.4720.7-
YUV143.42114.23194.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.75%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=51.75%
G=22.15%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610111900.570.500.0735278.0366.08
HexEC65770393271604e42
Octal354145167071627540116102
Binary1110110011001011110111011100111001011110110000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6577; }

 p { color: rgb(236,101,119); }

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

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

 a { background-color: rgb(236,101,119); }

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

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

 span { border-color: rgb(236,101,119); }

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