#EC5D96

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

Shades of French Rose #EC5D96

Tints of French Rose #EC5D96

Color information

#EC5D96 (or 0xEC5D96) is unknown color: approx French Rose. HEX triplet: EC, 5D and 96. RGB value is (236,93,150). Sum of RGB (Red+Green+Blue) = 236+93+150=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D96 is #13A269. Grayscale: #8E8E8E. Windows color (decimal): -1286762 or 9854444. OLE color: 9854444.

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

Color convert

RGB23693150-
CMYK00.610.360.07
HSL336.08º79.01%64.51%-
HSV(B)336.08º60.59%92.55%-
XYZ44.0127.8631.91-
YUV142.26132.38194.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=49.27%
G=19.42%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369315000.610.360.07336.0879.0164.51
HexEC5D9603D2471504f41
Octal354135226075447520117101
Binary11101100101110110010110011110110010011110101000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5D96; }

 p { color: rgb(236,93,150); }

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

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

 a { background-color: rgb(236,93,150); }

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

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

 span { border-color: rgb(236,93,150); }

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