#EC47A1

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

Shades of Brilliant Rose #EC47A1

Tints of Brilliant Rose #EC47A1

Color information

#EC47A1 (or 0xEC47A1) is unknown color: approx Brilliant Rose. HEX triplet: EC, 47 and A1. RGB value is (236,71,161). Sum of RGB (Red+Green+Blue) = 236+71+161=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC47A1 is #13B85E. Grayscale: #828282. Windows color (decimal): -1292383 or 10569708. OLE color: 10569708.

HSL color Cylindrical-coordinate representation of color #EC47A1: hue angle of 327.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC47A1 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23671161-
CMYK00.700.320.07
HSL327.27º81.28%60.2%-
HSV(B)327.27º69.92%92.55%-
XYZ43.2824.9136.25-
YUV130.59145.16203.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 71 (28.12% from 255) = 15.17%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=50.43%
G=15.17%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367116100.700.320.07327.2781.2860.2
HexEC47A1046207147513c
Octal354107241010640750712174
Binary11101100100011110100001010001101000001111010001111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC47A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC47A1; }

 p { color: rgb(236,71,161); }

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

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

 a { background-color: rgb(236,71,161); }

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

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

 span { border-color: rgb(236,71,161); }

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