#EC5FB4

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

Shades of Hot Pink #EC5FB4

Tints of Hot Pink #EC5FB4

Color information

#EC5FB4 (or 0xEC5FB4) is unknown color: approx Hot Pink. HEX triplet: EC, 5F and B4. RGB value is (236,95,180). Sum of RGB (Red+Green+Blue) = 236+95+180=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FB4 is #13A04B. Grayscale: #929292. Windows color (decimal): -1286220 or 11821036. OLE color: 11821036.

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

Color convert

RGB23695180-
CMYK00.600.240.07
HSL323.83º78.77%64.9%-
HSV(B)323.83º59.75%92.55%-
XYZ46.9229.3146.36-
YUV146.85146.71191.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=46.18%
G=18.59%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369518000.600.240.07323.8378.7764.9
HexEC5FB403C1871444f41
Octal354137264074307504117101
Binary1110110010111111011010001111001100011110100010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FB4; }

 p { color: rgb(236,95,180); }

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

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

 a { background-color: rgb(236,95,180); }

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

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

 span { border-color: rgb(236,95,180); }

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