#EC717D

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

Shades of Froly #EC717D

Tints of Froly #EC717D

Color information

#EC717D (or 0xEC717D) is unknown color: approx Froly. HEX triplet: EC, 71 and 7D. RGB value is (236,113,125). Sum of RGB (Red+Green+Blue) = 236+113+125=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717D is #138E82. Grayscale: #979797. Windows color (decimal): -1281667 or 8221164. OLE color: 8221164.

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

Color convert

RGB236113125-
CMYK00.520.470.07
HSL354.15º76.4%68.43%-
HSV(B)354.15º52.12%92.55%-
XYZ44.231.1223.08-
YUV151.14113.25188.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.79%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=49.79%
G=23.84%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611312500.520.470.07354.1576.468.43
HexEC717D0342F71624c44
Octal354161175064577542114104
Binary1110110011100011111101011010010111111110110001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC717D; }

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

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

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

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

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

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

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

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