#EC6CB9

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

Shades of Hot Pink #EC6CB9

Tints of Hot Pink #EC6CB9

Color information

#EC6CB9 (or 0xEC6CB9) is unknown color: approx Hot Pink. HEX triplet: EC, 6C and B9. RGB value is (236,108,185). Sum of RGB (Red+Green+Blue) = 236+108+185=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CB9 is #139346. Grayscale: #9A9A9A. Windows color (decimal): -1282887 or 12152044. OLE color: 12152044.

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

Color convert

RGB236108185-
CMYK00.540.220.07
HSL323.91º77.11%67.45%-
HSV(B)323.91º54.24%92.55%-
XYZ48.7132.0649.52-
YUV155.05144.91185.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=44.61%
G=20.42%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610818500.540.220.07323.9177.1167.45
HexEC6CB90361671444d43
Octal354154271066267504115103
Binary1110110011011001011100101101101011011110100010010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6CB9; }

 p { color: rgb(236,108,185); }

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

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

 a { background-color: rgb(236,108,185); }

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

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

 span { border-color: rgb(236,108,185); }

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