#EC4C94

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

Shades of French Rose #EC4C94

Tints of French Rose #EC4C94

Color information

#EC4C94 (or 0xEC4C94) is unknown color: approx French Rose. HEX triplet: EC, 4C and 94. RGB value is (236,76,148). Sum of RGB (Red+Green+Blue) = 236+76+148=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C94 is #13B36B. Grayscale: #838383. Windows color (decimal): -1291116 or 9719020. OLE color: 9719020.

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

Color convert

RGB23676148-
CMYK00.680.370.07
HSL333º80.81%61.18%-
HSV(B)333º67.8%92.55%-
XYZ42.5225.1430.63-
YUV132.05137.01202.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.30%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=51.30%
G=16.52%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367614800.680.370.0733380.8161.18
HexEC4C9404425714d513d
Octal354114224010445751512175
Binary11101100100110010010100010001001001011111010011011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4C94; }

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

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

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

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

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

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

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

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