#EC4889

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

Shades of French Rose #EC4889

Tints of French Rose #EC4889

Color information

#EC4889 (or 0xEC4889) is unknown color: approx French Rose. HEX triplet: EC, 48 and 89. RGB value is (236,72,137). Sum of RGB (Red+Green+Blue) = 236+72+137=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4889 is #13B776. Grayscale: #808080. Windows color (decimal): -1292151 or 8997100. OLE color: 8997100.

HSL color Cylindrical-coordinate representation of color #EC4889: hue angle of 336.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4889 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB23672137-
CMYK00.690.420.07
HSL336.22º81.19%60.39%-
HSV(B)336.22º69.49%92.55%-
XYZ41.4224.2726.17-
YUV128.45132.83204.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.03%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=53.03%
G=16.18%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367213700.690.420.07336.2281.1960.39
HexEC48890452A7150513c
Octal354110211010552752012174
Binary11101100100100010001001010001011010101111010100001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4889; }

 p { color: rgb(236,72,137); }

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

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

 a { background-color: rgb(236,72,137); }

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

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

 span { border-color: rgb(236,72,137); }

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