#EC6ABA

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

Shades of Hot Pink #EC6ABA

Tints of Hot Pink #EC6ABA

Color information

#EC6ABA (or 0xEC6ABA) is unknown color: approx Hot Pink. HEX triplet: EC, 6A and BA. RGB value is (236,106,186). Sum of RGB (Red+Green+Blue) = 236+106+186=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ABA is #139545. Grayscale: #999999. Windows color (decimal): -1283398 or 12217068. OLE color: 12217068.

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

Color convert

RGB236106186-
CMYK00.550.210.07
HSL323.08º77.38%67.06%-
HSV(B)323.08º55.08%92.55%-
XYZ48.6131.6950.01-
YUV153.99146.07186.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=44.70%
G=20.08%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610618600.550.210.07323.0877.3867.06
HexEC6ABA0371571434d43
Octal354152272067257503115103
Binary1110110011010101011101001101111010111110100001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6ABA; }

 p { color: rgb(236,106,186); }

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

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

 a { background-color: rgb(236,106,186); }

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

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

 span { border-color: rgb(236,106,186); }

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