#EC55AC

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

Shades of Brilliant Rose #EC55AC

Tints of Brilliant Rose #EC55AC

Color information

#EC55AC (or 0xEC55AC) is unknown color: approx Brilliant Rose. HEX triplet: EC, 55 and AC. RGB value is (236,85,172). Sum of RGB (Red+Green+Blue) = 236+85+172=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55AC is #13AA53. Grayscale: #8B8B8B. Windows color (decimal): -1288788 or 11294188. OLE color: 11294188.

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

Color convert

RGB23685172-
CMYK00.640.270.07
HSL325.43º79.89%62.94%-
HSV(B)325.43º63.98%92.55%-
XYZ45.2927.3141.91-
YUV140.07146.03196.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 85 (33.59% from 255) = 17.24%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=47.87%
G=17.24%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368517200.640.270.07325.4379.8962.94
HexEC55AC0401B7145503f
Octal354125254010033750512077
Binary1110110010101011010110001000000110111111010001011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55AC; }

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

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

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

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

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

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

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

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