#EC528F

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

Shades of French Rose #EC528F

Tints of French Rose #EC528F

Color information

#EC528F (or 0xEC528F) is unknown color: approx French Rose. HEX triplet: EC, 52 and 8F. RGB value is (236,82,143). Sum of RGB (Red+Green+Blue) = 236+82+143=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC528F is #13AD70. Grayscale: #868686. Windows color (decimal): -1289585 or 9392876. OLE color: 9392876.

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

Color convert

RGB23682143-
CMYK00.650.390.07
HSL336.23º80.21%62.35%-
HSV(B)336.23º65.25%92.55%-
XYZ42.5725.8528.73-
YUV135132.52200.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=51.19%
G=17.79%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368214300.650.390.07336.2380.2162.35
HexEC528F041277150503e
Octal354122217010147752012076
Binary11101100101001010001111010000011001111111010100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC528F; }

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

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

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

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

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

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

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

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