#EC5190

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

Shades of French Rose #EC5190

Tints of French Rose #EC5190

Color information

#EC5190 (or 0xEC5190) is unknown color: approx French Rose. HEX triplet: EC, 51 and 90. RGB value is (236,81,144). Sum of RGB (Red+Green+Blue) = 236+81+144=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5190 is #13AE6F. Grayscale: #868686. Windows color (decimal): -1289840 or 9458156. OLE color: 9458156.

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

Color convert

RGB23681144-
CMYK00.660.390.07
HSL335.61º80.31%62.16%-
HSV(B)335.61º65.68%92.55%-
XYZ42.5725.7329.11-
YUV134.53133.35200.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=51.19%
G=17.57%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368114400.660.390.07335.6180.3162.16
HexEC5190042277150503e
Octal354121220010247752012076
Binary11101100101000110010000010000101001111111010100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5190; }

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

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

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

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

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

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

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

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