#EC518F

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

Shades of French Rose #EC518F

Tints of French Rose #EC518F

Color information

#EC518F (or 0xEC518F) is unknown color: approx French Rose. HEX triplet: EC, 51 and 8F. RGB value is (236,81,143). Sum of RGB (Red+Green+Blue) = 236+81+143=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC518F is #13AE70. Grayscale: #868686. Windows color (decimal): -1289841 or 9392620. OLE color: 9392620.

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

Color convert

RGB23681143-
CMYK00.660.390.07
HSL336º80.31%62.16%-
HSV(B)336º65.68%92.55%-
XYZ42.4925.728.71-
YUV134.41132.85200.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.30%
GREEN value IS 81 (32.03% from 255) = 17.61%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=51.30%
G=17.61%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368114300.660.390.0733680.3162.16
HexEC518F042277150503e
Octal354121217010247752012076
Binary11101100101000110001111010000101001111111010100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC518F; }

 p { color: rgb(236,81,143); }

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

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

 a { background-color: rgb(236,81,143); }

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

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

 span { border-color: rgb(236,81,143); }

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