#EC5690

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

Shades of French Rose #EC5690

Tints of French Rose #EC5690

Color information

#EC5690 (or 0xEC5690) is unknown color: approx French Rose. HEX triplet: EC, 56 and 90. RGB value is (236,86,144). Sum of RGB (Red+Green+Blue) = 236+86+144=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5690 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5690 is #13A96F. Grayscale: #898989. Windows color (decimal): -1288560 or 9459436. OLE color: 9459436.

HSL color Cylindrical-coordinate representation of color #EC5690: hue angle of 336.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5690 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23686144-
CMYK00.640.390.07
HSL336.8º79.79%63.14%-
HSV(B)336.8º63.56%92.55%-
XYZ42.9526.529.24-
YUV137.46131.7198.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.64%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=50.64%
G=18.45%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368614400.640.390.07336.879.7963.14
HexEC5690040277151503f
Octal354126220010047752112077
Binary11101100101011010010000010000001001111111010100011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5690; }

 p { color: rgb(236,86,144); }

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

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

 a { background-color: rgb(236,86,144); }

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

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

 span { border-color: rgb(236,86,144); }

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