#EC5191

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

Shades of French Rose #EC5191

Tints of French Rose #EC5191

Color information

#EC5191 (or 0xEC5191) is unknown color: approx French Rose. HEX triplet: EC, 51 and 91. RGB value is (236,81,145). Sum of RGB (Red+Green+Blue) = 236+81+145=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5191 is #13AE6E. Grayscale: #868686. Windows color (decimal): -1289839 or 9523692. OLE color: 9523692.

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

Color convert

RGB23681145-
CMYK00.660.390.07
HSL335.23º80.31%62.16%-
HSV(B)335.23º65.68%92.55%-
XYZ42.6525.7629.51-
YUV134.64133.85200.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=51.08%
G=17.53%
B=31.39%

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
Decimal2368114500.660.390.07335.2380.3162.16
HexEC519104227714f503e
Octal354121221010247751712076
Binary11101100101000110010001010000101001111111010011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5191; }

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

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

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

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

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

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

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

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