#EC5EB1

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

Shades of Hot Pink #EC5EB1

Tints of Hot Pink #EC5EB1

Color information

#EC5EB1 (or 0xEC5EB1) is unknown color: approx Hot Pink. HEX triplet: EC, 5E and B1. RGB value is (236,94,177). Sum of RGB (Red+Green+Blue) = 236+94+177=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5EB1 is #13A14E. Grayscale: #919191. Windows color (decimal): -1286479 or 11624172. OLE color: 11624172.

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

Color convert

RGB23694177-
CMYK00.600.250.07
HSL324.93º78.89%64.71%-
HSV(B)324.93º60.17%92.55%-
XYZ46.5329.0144.74-
YUV145.92145.54192.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 94 (37.11% from 255) = 18.54%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=46.55%
G=18.54%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369417700.600.250.07324.9378.8964.71
HexEC5EB103C1971454f41
Octal354136261074317505117101
Binary1110110010111101011000101111001100111110100010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5EB1; }

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

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

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

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

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

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

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

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