#EC7580

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

Shades of Froly #EC7580

Tints of Froly #EC7580

Color information

#EC7580 (or 0xEC7580) is unknown color: approx Froly. HEX triplet: EC, 75 and 80. RGB value is (236,117,128). Sum of RGB (Red+Green+Blue) = 236+117+128=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7580 is #138A7F. Grayscale: #999999. Windows color (decimal): -1280640 or 8418796. OLE color: 8418796.

HSL color Cylindrical-coordinate representation of color #EC7580: hue angle of 354.45º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7580 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236117128-
CMYK00.500.460.07
HSL354.45º75.8%69.22%-
HSV(B)354.45º50.42%92.55%-
XYZ44.8532.1124.26-
YUV153.84113.42186.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=49.06%
G=24.32%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611712800.500.460.07354.4575.869.22
HexEC75800322E71624c45
Octal354165200062567542114105
Binary11101100111010110000000011001010111011110110001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7580; }

 p { color: rgb(236,117,128); }

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

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

 a { background-color: rgb(236,117,128); }

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

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

 span { border-color: rgb(236,117,128); }

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