#EC4C88

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

Shades of French Rose #EC4C88

Tints of French Rose #EC4C88

Color information

#EC4C88 (or 0xEC4C88) is unknown color: approx French Rose. HEX triplet: EC, 4C and 88. RGB value is (236,76,136). Sum of RGB (Red+Green+Blue) = 236+76+136=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C88 is #13B377. Grayscale: #828282. Windows color (decimal): -1291128 or 8932588. OLE color: 8932588.

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

Color convert

RGB23676136-
CMYK00.680.420.07
HSL337.5º80.81%61.18%-
HSV(B)337.5º67.8%92.55%-
XYZ41.6224.7825.88-
YUV130.68131.01203.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.68%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=52.68%
G=16.96%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367613600.680.420.07337.580.8161.18
HexEC4C880442A7152513d
Octal354114210010452752212175
Binary11101100100110010001000010001001010101111010100101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C88; }

 p { color: rgb(236,76,136); }

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

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

 a { background-color: rgb(236,76,136); }

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

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

 span { border-color: rgb(236,76,136); }

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