#EC70B1

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

Shades of Hot Pink #EC70B1

Tints of Hot Pink #EC70B1

Color information

#EC70B1 (or 0xEC70B1) is unknown color: approx Hot Pink. HEX triplet: EC, 70 and B1. RGB value is (236,112,177). Sum of RGB (Red+Green+Blue) = 236+112+177=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70B1 is #138F4E. Grayscale: #9C9C9C. Windows color (decimal): -1281871 or 11628780. OLE color: 11628780.

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

Color convert

RGB236112177-
CMYK00.530.250.07
HSL328.55º76.54%68.24%-
HSV(B)328.55º52.54%92.55%-
XYZ48.3232.645.34-
YUV156.49139.58184.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 112 (44.14% from 255) = 21.33%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=44.95%
G=21.33%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611217700.530.250.07328.5576.5468.24
HexEC70B10351971494d44
Octal354160261065317511115104
Binary1110110011100001011000101101011100111110100100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70B1; }

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

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

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

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

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

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

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

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