#EC6CBA

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

Shades of Hot Pink #EC6CBA

Tints of Hot Pink #EC6CBA

Color information

#EC6CBA (or 0xEC6CBA) is unknown color: approx Hot Pink. HEX triplet: EC, 6C and BA. RGB value is (236,108,186). Sum of RGB (Red+Green+Blue) = 236+108+186=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CBA is #139345. Grayscale: #9A9A9A. Windows color (decimal): -1282886 or 12217580. OLE color: 12217580.

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

Color convert

RGB236108186-
CMYK00.540.210.07
HSL323.44º77.11%67.45%-
HSV(B)323.44º54.24%92.55%-
XYZ48.8232.150.08-
YUV155.16145.41185.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 108 (42.58% from 255) = 20.38%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=44.53%
G=20.38%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610818600.540.210.07323.4477.1167.45
HexEC6CBA0361571434d43
Octal354154272066257503115103
Binary1110110011011001011101001101101010111110100001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6CBA; }

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

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

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

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

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

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

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

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