#ec70af

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

Shades of Hot Pink #EC70AF

Tints of Hot Pink #EC70AF

Color information

#EC70AF (or 0xEC70AF) is unknown color: approx Hot Pink. HEX triplet: EC, 70 and AF. RGB value is (236,112,175). Sum of RGB (Red+Green+Blue) = 236+112+175=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70AF is #138F50. Grayscale: #9C9C9C. Windows color (decimal): -1281873 or 11497708. OLE color: 11497708.

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

Color convert

RGB236112175-
CMYK00.530.260.07
HSL329.52º76.54%68.24%-
HSV(B)329.52º52.54%92.55%-
XYZ48.1232.5244.3-
YUV156.26138.58184.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=45.12%
G=21.41%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611217500.530.260.07329.5276.5468.24
HexEC70AF0351A714a4d44
Octal354160257065327512115104
Binary1110110011100001010111101101011101011110100101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec70af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec70af; }

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

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

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

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

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

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

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

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