#EC4D90

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

Shades of French Rose #EC4D90

Tints of French Rose #EC4D90

Color information

#EC4D90 (or 0xEC4D90) is unknown color: approx French Rose. HEX triplet: EC, 4D and 90. RGB value is (236,77,144). Sum of RGB (Red+Green+Blue) = 236+77+144=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D90 is #13B26F. Grayscale: #848484. Windows color (decimal): -1290864 or 9457132. OLE color: 9457132.

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

Color convert

RGB23677144-
CMYK00.670.390.07
HSL334.72º80.71%61.37%-
HSV(B)334.72º67.37%92.55%-
XYZ42.2825.1529.01-
YUV132.18134.68202.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.64%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=51.64%
G=16.85%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367714400.670.390.07334.7280.7161.37
HexEC4D9004327714f513d
Octal354115220010347751712175
Binary11101100100110110010000010000111001111111010011111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4D90; }

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

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

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

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

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

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

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

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