#EC55AB

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

Shades of Brilliant Rose #EC55AB

Tints of Brilliant Rose #EC55AB

Color information

#EC55AB (or 0xEC55AB) is unknown color: approx Brilliant Rose. HEX triplet: EC, 55 and AB. RGB value is (236,85,171). Sum of RGB (Red+Green+Blue) = 236+85+171=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55AB is #13AA54. Grayscale: #8B8B8B. Windows color (decimal): -1288789 or 11228652. OLE color: 11228652.

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

Color convert

RGB23685171-
CMYK00.640.280.07
HSL325.83º79.89%62.94%-
HSV(B)325.83º63.98%92.55%-
XYZ45.1927.2741.41-
YUV139.95145.53196.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=47.97%
G=17.28%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368517100.640.280.07325.8379.8962.94
HexEC55AB0401C7146503f
Octal354125253010034750612077
Binary1110110010101011010101101000000111001111010001101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55AB; }

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

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

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

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

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

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

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

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