#EC7181

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

Shades of Froly #EC7181

Tints of Froly #EC7181

Color information

#EC7181 (or 0xEC7181) is unknown color: approx Froly. HEX triplet: EC, 71 and 81. RGB value is (236,113,129). Sum of RGB (Red+Green+Blue) = 236+113+129=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7181 is #138E7E. Grayscale: #979797. Windows color (decimal): -1281663 or 8483308. OLE color: 8483308.

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

Color convert

RGB236113129-
CMYK00.520.450.07
HSL352.2º76.4%68.43%-
HSV(B)352.2º52.12%92.55%-
XYZ44.4631.2324.45-
YUV151.6115.25188.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.37%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=49.37%
G=23.64%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611312900.520.450.07352.276.468.43
HexEC71810342D71604c44
Octal354161201064557540114104
Binary11101100111000110000001011010010110111110110000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7181; }

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

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

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

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

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

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

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

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