#EC717C

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

Shades of Froly #EC717C

Tints of Froly #EC717C

Color information

#EC717C (or 0xEC717C) is unknown color: approx Froly. HEX triplet: EC, 71 and 7C. RGB value is (236,113,124). Sum of RGB (Red+Green+Blue) = 236+113+124=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717C is #138E83. Grayscale: #979797. Windows color (decimal): -1281668 or 8155628. OLE color: 8155628.

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

Color convert

RGB236113124-
CMYK00.520.470.07
HSL354.63º76.4%68.43%-
HSV(B)354.63º52.12%92.55%-
XYZ44.1431.122.75-
YUV151.03112.75188.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=49.89%
G=23.89%
B=26.22%

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
Decimal23611312400.520.470.07354.6376.468.43
HexEC717C0342F71634c44
Octal354161174064577543114104
Binary1110110011100011111100011010010111111110110001110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC717C; }

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

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

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

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

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

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

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

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