#EC60B1

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

Shades of Hot Pink #EC60B1

Tints of Hot Pink #EC60B1

Color information

#EC60B1 (or 0xEC60B1) is unknown color: approx Hot Pink. HEX triplet: EC, 60 and B1. RGB value is (236,96,177). Sum of RGB (Red+Green+Blue) = 236+96+177=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC60B1 is #139F4E. Grayscale: #929292. Windows color (decimal): -1285967 or 11624684. OLE color: 11624684.

HSL color Cylindrical-coordinate representation of color #EC60B1: hue angle of 325.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60B1 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB23696177-
CMYK00.590.250.07
HSL325.29º78.65%65.1%-
HSV(B)325.29º59.32%92.55%-
XYZ46.7129.3744.8-
YUV147.09144.88191.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=46.37%
G=18.86%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369617700.590.250.07325.2978.6565.1
HexEC60B103B1971454f41
Octal354140261073317505117101
Binary1110110011000001011000101110111100111110100010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC60B1; }

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

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

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

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

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

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

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

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