#EC47A0

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

Shades of Brilliant Rose #EC47A0

Tints of Brilliant Rose #EC47A0

Color information

#EC47A0 (or 0xEC47A0) is unknown color: approx Brilliant Rose. HEX triplet: EC, 47 and A0. RGB value is (236,71,160). Sum of RGB (Red+Green+Blue) = 236+71+160=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC47A0 is #13B85F. Grayscale: #828282. Windows color (decimal): -1292384 or 10504172. OLE color: 10504172.

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

Color convert

RGB23671160-
CMYK00.700.320.07
HSL327.64º81.28%60.2%-
HSV(B)327.64º69.92%92.55%-
XYZ43.1924.8835.78-
YUV130.48144.66203.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 71 (28.12% from 255) = 15.20%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=50.54%
G=15.20%
B=34.26%

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
Decimal2367116000.700.320.07327.6481.2860.2
HexEC47A0046207148513c
Octal354107240010640751012174
Binary11101100100011110100000010001101000001111010010001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC47A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC47A0; }

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

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

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

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

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

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

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

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