#EC6778

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

Shades of Froly #EC6778

Tints of Froly #EC6778

Color information

#EC6778 (or 0xEC6778) is unknown color: approx Froly. HEX triplet: EC, 67 and 78. RGB value is (236,103,120). Sum of RGB (Red+Green+Blue) = 236+103+120=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6778 is #139887. Grayscale: #909090. Windows color (decimal): -1284232 or 7890924. OLE color: 7890924.

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

Color convert

RGB236103120-
CMYK00.560.490.07
HSL352.33º77.78%66.47%-
HSV(B)352.33º56.36%92.55%-
XYZ42.8328.8921.09-
YUV144.7114.06193.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.42%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=51.42%
G=22.44%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610312000.560.490.07352.3377.7866.47
HexEC67780383171604e42
Octal354147170070617540116102
Binary1110110011001111111000011100011000111110110000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6778; }

 p { color: rgb(236,103,120); }

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

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

 a { background-color: rgb(236,103,120); }

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

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

 span { border-color: rgb(236,103,120); }

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