#EC6474

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

Shades of Froly #EC6474

Tints of Froly #EC6474

Color information

#EC6474 (or 0xEC6474) is unknown color: approx Froly. HEX triplet: EC, 64 and 74. RGB value is (236,100,116). Sum of RGB (Red+Green+Blue) = 236+100+116=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6474 is #139B8B. Grayscale: #8E8E8E. Windows color (decimal): -1285004 or 7628012. OLE color: 7628012.

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

Color convert

RGB236100116-
CMYK00.580.510.07
HSL352.94º78.16%65.88%-
HSV(B)352.94º57.63%92.55%-
XYZ42.328.2119.74-
YUV142.49113.06194.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=52.21%
G=22.12%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610011600.580.510.07352.9478.1665.88
HexEC647403A3371614e42
Octal354144164072637541116102
Binary1110110011001001110100011101011001111110110000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6474; }

 p { color: rgb(236,100,116); }

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

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

 a { background-color: rgb(236,100,116); }

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

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

 span { border-color: rgb(236,100,116); }

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