#EC55A4

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

Shades of Brilliant Rose #EC55A4

Tints of Brilliant Rose #EC55A4

Color information

#EC55A4 (or 0xEC55A4) is unknown color: approx Brilliant Rose. HEX triplet: EC, 55 and A4. RGB value is (236,85,164). Sum of RGB (Red+Green+Blue) = 236+85+164=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55A4 is #13AA5B. Grayscale: #8A8A8A. Windows color (decimal): -1288796 or 10769900. OLE color: 10769900.

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

Color convert

RGB23685164-
CMYK00.640.310.07
HSL328.61º79.89%62.94%-
HSV(B)328.61º63.98%92.55%-
XYZ44.5427.0137.99-
YUV139.16142.03197.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=48.66%
G=17.53%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368516400.640.310.07328.6179.8962.94
HexEC55A40401F7149503f
Octal354125244010037751112077
Binary1110110010101011010010001000000111111111010010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC55A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC55A4; }

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

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

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

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

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

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

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

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