#ec70ad

Color #EC70AD Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EC70AD

Tints of Hot Pink #EC70AD

Color information

#EC70AD (or 0xEC70AD) is unknown color: approx Hot Pink. HEX triplet: EC, 70 and AD. RGB value is (236,112,173). Sum of RGB (Red+Green+Blue) = 236+112+173=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70AD is #138F52. Grayscale: #9B9B9B. Windows color (decimal): -1281875 or 11366636. OLE color: 11366636.

HSL color Cylindrical-coordinate representation of color #EC70AD: hue angle of 330.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70AD is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB236112173-
CMYK00.530.270.07
HSL330.48º76.54%68.24%-
HSV(B)330.48º52.54%92.55%-
XYZ47.9332.4443.27-
YUV156.03137.58185.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=45.30%
G=21.50%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611217300.530.270.07330.4876.5468.24
HexEC70AD0351B714a4d44
Octal354160255065337512115104
Binary1110110011100001010110101101011101111110100101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec70ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec70ad; }

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

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

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

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

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

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

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

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