#EC6368

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

Shades of Froly #EC6368

Tints of Froly #EC6368

Color information

#EC6368 (or 0xEC6368) is unknown color: approx Froly. HEX triplet: EC, 63 and 68. RGB value is (236,99,104). Sum of RGB (Red+Green+Blue) = 236+99+104=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6368 is #139C97. Grayscale: #8C8C8C. Windows color (decimal): -1285272 or 6841324. OLE color: 6841324.

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

Color convert

RGB23699104-
CMYK00.580.560.07
HSL357.81º78.29%65.69%-
HSV(B)357.81º58.05%92.55%-
XYZ41.5527.7616.26-
YUV140.53107.39196.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=53.76%
G=22.55%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369910400.580.560.07357.8178.2965.69
HexEC636803A3871664e42
Octal354143150072707546116102
Binary1110110011000111101000011101011100011110110011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6368; }

 p { color: rgb(236,99,104); }

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

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

 a { background-color: rgb(236,99,104); }

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

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

 span { border-color: rgb(236,99,104); }

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