#EC6C7F

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

Shades of Froly #EC6C7F

Tints of Froly #EC6C7F

Color information

#EC6C7F (or 0xEC6C7F) is unknown color: approx Froly. HEX triplet: EC, 6C and 7F. RGB value is (236,108,127). Sum of RGB (Red+Green+Blue) = 236+108+127=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C7F is #139380. Grayscale: #949494. Windows color (decimal): -1282945 or 8350956. OLE color: 8350956.

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

Color convert

RGB236108127-
CMYK00.540.460.07
HSL351.09º77.11%67.45%-
HSV(B)351.09º54.24%92.55%-
XYZ43.7930.0923.58-
YUV148.44115.91190.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.11%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 127 (50% from 255) = 26.96%
R=50.11%
G=22.93%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610812700.540.460.07351.0977.1167.45
HexEC6C7F0362E715f4d43
Octal354154177066567537115103
Binary1110110011011001111111011011010111011110101111110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6C7F; }

 p { color: rgb(236,108,127); }

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

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

 a { background-color: rgb(236,108,127); }

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

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

 span { border-color: rgb(236,108,127); }

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