#EC518A

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

Shades of French Rose #EC518A

Tints of French Rose #EC518A

Color information

#EC518A (or 0xEC518A) is unknown color: approx French Rose. HEX triplet: EC, 51 and 8A. RGB value is (236,81,138). Sum of RGB (Red+Green+Blue) = 236+81+138=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC518A is #13AE75. Grayscale: #858585. Windows color (decimal): -1289846 or 9064940. OLE color: 9064940.

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

Color convert

RGB23681138-
CMYK00.660.420.07
HSL337.94º80.31%62.16%-
HSV(B)337.94º65.68%92.55%-
XYZ42.1225.5526.76-
YUV133.84130.35200.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.87%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=51.87%
G=17.80%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368113800.660.420.07337.9480.3162.16
HexEC518A0422A7152503e
Octal354121212010252752212076
Binary11101100101000110001010010000101010101111010100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC518A; }

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

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

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

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

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

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

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

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