#EC53AA

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

Shades of Brilliant Rose #EC53AA

Tints of Brilliant Rose #EC53AA

Color information

#EC53AA (or 0xEC53AA) is unknown color: approx Brilliant Rose. HEX triplet: EC, 53 and AA. RGB value is (236,83,170). Sum of RGB (Red+Green+Blue) = 236+83+170=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AA is #13AC55. Grayscale: #8A8A8A. Windows color (decimal): -1289302 or 11162604. OLE color: 11162604.

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

Color convert

RGB23683170-
CMYK00.650.280.07
HSL325.88º80.1%62.55%-
HSV(B)325.88º64.83%92.55%-
XYZ44.9426.9240.86-
YUV138.66145.69197.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 83 (32.81% from 255) = 16.97%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=48.26%
G=16.97%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368317000.650.280.07325.8880.162.55
HexEC53AA0411C7146503f
Octal354123252010134750612077
Binary1110110010100111010101001000001111001111010001101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC53AA; }

 p { color: rgb(236,83,170); }

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

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

 a { background-color: rgb(236,83,170); }

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

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

 span { border-color: rgb(236,83,170); }

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