#ec47b6

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

Shades of Brilliant Rose #EC47B6

Tints of Brilliant Rose #EC47B6

Color information

#EC47B6 (or 0xEC47B6) is unknown color: approx Brilliant Rose. HEX triplet: EC, 47 and B6. RGB value is (236,71,182). Sum of RGB (Red+Green+Blue) = 236+71+182=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC47B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC47B6 is #13B849. Grayscale: #848484. Windows color (decimal): -1292362 or 11945964. OLE color: 11945964.

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

Color convert

RGB23671182-
CMYK00.700.230.07
HSL319.64º81.28%60.2%-
HSV(B)319.64º69.92%92.55%-
XYZ45.2925.7246.83-
YUV132.99155.66201.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.26%
GREEN value IS 71 (28.12% from 255) = 14.52%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=48.26%
G=14.52%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367118200.700.230.07319.6481.2860.2
HexEC47B6046177140513c
Octal354107266010627750012174
Binary1110110010001111011011001000110101111111010000001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec47b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec47b6; }

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

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

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

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

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

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

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

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