#EC6DB1

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

Shades of Hot Pink #EC6DB1

Tints of Hot Pink #EC6DB1

Color information

#EC6DB1 (or 0xEC6DB1) is unknown color: approx Hot Pink. HEX triplet: EC, 6D and B1. RGB value is (236,109,177). Sum of RGB (Red+Green+Blue) = 236+109+177=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6DB1 is #13924E. Grayscale: #9A9A9A. Windows color (decimal): -1282639 or 11628012. OLE color: 11628012.

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

Color convert

RGB236109177-
CMYK00.540.250.07
HSL327.87º76.97%67.65%-
HSV(B)327.87º53.81%92.55%-
XYZ4831.9445.23-
YUV154.72140.58185.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=45.21%
G=20.88%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610917700.540.250.07327.8776.9767.65
HexEC6DB10361971484d44
Octal354155261066317510115104
Binary1110110011011011011000101101101100111110100100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DB1; }

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

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

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

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

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

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

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

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