#EC5FBC

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

Shades of Hot Pink #EC5FBC

Tints of Hot Pink #EC5FBC

Color information

#EC5FBC (or 0xEC5FBC) is unknown color: approx Hot Pink. HEX triplet: EC, 5F and BC. RGB value is (236,95,188). Sum of RGB (Red+Green+Blue) = 236+95+188=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FBC is #13A043. Grayscale: #939393. Windows color (decimal): -1286212 or 12345324. OLE color: 12345324.

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

Color convert

RGB23695188-
CMYK00.600.200.07
HSL320.43º78.77%64.9%-
HSV(B)320.43º59.75%92.55%-
XYZ47.7629.6550.78-
YUV147.76150.71190.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=45.47%
G=18.30%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369518800.600.200.07320.4378.7764.9
HexEC5FBC03C1471404f41
Octal354137274074247500117101
Binary1110110010111111011110001111001010011110100000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FBC; }

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

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

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

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

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

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

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

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