#EC6BA6

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

Shades of Hot Pink #EC6BA6

Tints of Hot Pink #EC6BA6

Color information

#EC6BA6 (or 0xEC6BA6) is unknown color: approx Hot Pink. HEX triplet: EC, 6B and A6. RGB value is (236,107,166). Sum of RGB (Red+Green+Blue) = 236+107+166=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6BA6 is #139459. Grayscale: #989898. Windows color (decimal): -1283162 or 10906604. OLE color: 10906604.

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

Color convert

RGB236107166-
CMYK00.550.300.07
HSL332.56º77.25%67.25%-
HSV(B)332.56º54.66%92.55%-
XYZ46.7331.139.62-
YUV152.3135.74187.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 107 (42.19% from 255) = 21.02%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=46.37%
G=21.02%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610716600.550.300.07332.5677.2567.25
HexEC6BA60371E714d4d43
Octal354153246067367515115103
Binary1110110011010111010011001101111111011110100110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BA6; }

 p { color: rgb(236,107,166); }

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

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

 a { background-color: rgb(236,107,166); }

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

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

 span { border-color: rgb(236,107,166); }

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