#EC53AE

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

Shades of Brilliant Rose #EC53AE

Tints of Brilliant Rose #EC53AE

Color information

#EC53AE (or 0xEC53AE) is unknown color: approx Brilliant Rose. HEX triplet: EC, 53 and AE. RGB value is (236,83,174). Sum of RGB (Red+Green+Blue) = 236+83+174=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53AE is #13AC51. Grayscale: #8A8A8A. Windows color (decimal): -1289298 or 11424748. OLE color: 11424748.

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

Color convert

RGB23683174-
CMYK00.650.260.07
HSL324.31º80.1%62.55%-
HSV(B)324.31º64.83%92.55%-
XYZ45.3327.0842.88-
YUV139.12147.69197.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 83 (32.81% from 255) = 16.84%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=47.87%
G=16.84%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368317400.650.260.07324.3180.162.55
HexEC53AE0411A7144503f
Octal354123256010132750412077
Binary1110110010100111010111001000001110101111010001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC53AE; }

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

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

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

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

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

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

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

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