#EC71B1

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

Shades of Hot Pink #EC71B1

Tints of Hot Pink #EC71B1

Color information

#EC71B1 (or 0xEC71B1) is unknown color: approx Hot Pink. HEX triplet: EC, 71 and B1. RGB value is (236,113,177). Sum of RGB (Red+Green+Blue) = 236+113+177=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC71B1 is #138E4E. Grayscale: #9C9C9C. Windows color (decimal): -1281615 or 11629036. OLE color: 11629036.

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

Color convert

RGB236113177-
CMYK00.520.250.07
HSL328.78º76.4%68.43%-
HSV(B)328.78º52.12%92.55%-
XYZ48.4332.8245.38-
YUV157.07139.25184.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 113 (44.53% from 255) = 21.48%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=44.87%
G=21.48%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611317700.520.250.07328.7876.468.43
HexEC71B10341971494c44
Octal354161261064317511114104
Binary1110110011100011011000101101001100111110100100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71B1; }

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

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

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

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

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

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

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

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