#EC49B7

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

Shades of Brilliant Rose #EC49B7

Tints of Brilliant Rose #EC49B7

Color information

#EC49B7 (or 0xEC49B7) is unknown color: approx Brilliant Rose. HEX triplet: EC, 49 and B7. RGB value is (236,73,183). Sum of RGB (Red+Green+Blue) = 236+73+183=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49B7 is #13B648. Grayscale: #868686. Windows color (decimal): -1291849 or 12012012. OLE color: 12012012.

HSL color Cylindrical-coordinate representation of color #EC49B7: hue angle of 319.51º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC49B7 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB23673183-
CMYK00.690.220.07
HSL319.51º81.09%60.59%-
HSV(B)319.51º69.07%92.55%-
XYZ45.5226.0247.42-
YUV134.28155.5200.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 73 (28.91% from 255) = 14.84%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=47.97%
G=14.84%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367318300.690.220.07319.5181.0960.59
HexEC49B7045167140513d
Octal354111267010526750012175
Binary1110110010010011011011101000101101101111010000001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC49B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC49B7; }

 p { color: rgb(236,73,183); }

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

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

 a { background-color: rgb(236,73,183); }

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

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

 span { border-color: rgb(236,73,183); }

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