#EC559C

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

Shades of Brilliant Rose #EC559C

Tints of Brilliant Rose #EC559C

Color information

#EC559C (or 0xEC559C) is unknown color: approx Brilliant Rose. HEX triplet: EC, 55 and 9C. RGB value is (236,85,156). Sum of RGB (Red+Green+Blue) = 236+85+156=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC559C is #13AA63. Grayscale: #8A8A8A. Windows color (decimal): -1288804 or 10245612. OLE color: 10245612.

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

Color convert

RGB23685156-
CMYK00.640.340.07
HSL331.79º79.89%62.94%-
HSV(B)331.79º63.98%92.55%-
XYZ43.8426.7334.3-
YUV138.24138.03197.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 85 (33.59% from 255) = 17.82%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=49.48%
G=17.82%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368515600.640.340.07331.7979.8962.94
HexEC559C04022714c503f
Octal354125234010042751412077
Binary11101100101010110011100010000001000101111010011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC559C; }

 p { color: rgb(236,85,156); }

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

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

 a { background-color: rgb(236,85,156); }

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

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

 span { border-color: rgb(236,85,156); }

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