#EC71A8

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

Shades of Hot Pink #EC71A8

Tints of Hot Pink #EC71A8

Color information

#EC71A8 (or 0xEC71A8) is unknown color: approx Hot Pink. HEX triplet: EC, 71 and A8. RGB value is (236,113,168). Sum of RGB (Red+Green+Blue) = 236+113+168=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71A8 is #138E57. Grayscale: #9B9B9B. Windows color (decimal): -1281624 or 11039212. OLE color: 11039212.

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

Color convert

RGB236113168-
CMYK00.520.290.07
HSL333.17º76.4%68.43%-
HSV(B)333.17º52.12%92.55%-
XYZ47.5732.4740.81-
YUV156.05134.75185.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=45.65%
G=21.86%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611316800.520.290.07333.1776.468.43
HexEC71A80341D714d4c44
Octal354161250064357515114104
Binary1110110011100011010100001101001110111110100110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71A8; }

 p { color: rgb(236,113,168); }

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

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

 a { background-color: rgb(236,113,168); }

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

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

 span { border-color: rgb(236,113,168); }

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