#EC53A7

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

Shades of Brilliant Rose #EC53A7

Tints of Brilliant Rose #EC53A7

Color information

#EC53A7 (or 0xEC53A7) is unknown color: approx Brilliant Rose. HEX triplet: EC, 53 and A7. RGB value is (236,83,167). Sum of RGB (Red+Green+Blue) = 236+83+167=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC53A7 is #13AC58. Grayscale: #8A8A8A. Windows color (decimal): -1289305 or 10965996. OLE color: 10965996.

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

Color convert

RGB23683167-
CMYK00.650.290.07
HSL327.06º80.1%62.55%-
HSV(B)327.06º64.83%92.55%-
XYZ44.6626.8139.38-
YUV138.32144.19197.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 83 (32.81% from 255) = 17.08%
BLUE value IS 167 (65.62% from 255) = 34.36%
R=48.56%
G=17.08%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368316700.650.290.07327.0680.162.55
HexEC53A70411D7147503f
Octal354123247010135750712077
Binary1110110010100111010011101000001111011111010001111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC53A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC53A7; }

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

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

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

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

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

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

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

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