#EC6E72

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

Shades of Froly #EC6E72

Tints of Froly #EC6E72

Color information

#EC6E72 (or 0xEC6E72) is unknown color: approx Froly. HEX triplet: EC, 6E and 72. RGB value is (236,110,114). Sum of RGB (Red+Green+Blue) = 236+110+114=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E72 is #13918D. Grayscale: #949494. Windows color (decimal): -1282446 or 7499500. OLE color: 7499500.

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

Color convert

RGB236110114-
CMYK00.530.520.07
HSL358.1º76.83%67.84%-
HSV(B)358.1º53.39%92.55%-
XYZ43.2130.219.47-
YUV148.13108.74190.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.30%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=51.30%
G=23.91%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611011400.530.520.07358.176.8367.84
HexEC6E720353471664d44
Octal354156162065647546115104
Binary1110110011011101110010011010111010011110110011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6E72; }

 p { color: rgb(236,110,114); }

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

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

 a { background-color: rgb(236,110,114); }

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

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

 span { border-color: rgb(236,110,114); }

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