#EC46AD

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

Shades of Brilliant Rose #EC46AD

Tints of Brilliant Rose #EC46AD

Color information

#EC46AD (or 0xEC46AD) is unknown color: approx Brilliant Rose. HEX triplet: EC, 46 and AD. RGB value is (236,70,173). Sum of RGB (Red+Green+Blue) = 236+70+173=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC46AD is #13B952. Grayscale: #838383. Windows color (decimal): -1292627 or 11355884. OLE color: 11355884.

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

Color convert

RGB23670173-
CMYK00.700.270.07
HSL322.77º81.37%60%-
HSV(B)322.77º70.34%92.55%-
XYZ44.3325.2342.07-
YUV131.38151.5202.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 70 (27.73% from 255) = 14.61%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=49.27%
G=14.61%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367017300.700.270.07322.7781.3760
HexEC46AD0461B7143513c
Octal354106255010633750312174
Binary1110110010001101010110101000110110111111010000111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC46AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC46AD; }

 p { color: rgb(236,70,173); }

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

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

 a { background-color: rgb(236,70,173); }

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

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

 span { border-color: rgb(236,70,173); }

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