Html Css Color HEX #EC60AB Hot Pink

📋 copy color: '#EC60AB'

red 236 ◦ green 96 ◦ blue 171

#EC60AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #EC60AB

Tints of Hot Pink #EC60AB

RGB

 RED value IS 236 (92.58% from 255) = 46.92%

 GREEN value IS 96 (37.89% from 255) = 19.09%

 BLUE value IS 171 (67.19% from 255) = 34%

R = 46.92%
G = 19.09%
B = 34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC60AB (or 0xEC60AB) is known color: Hot Pink. HEX triplet: EC, 60 and AB. RGB value is (236,96,171). Sum of RGB (Red+Green+Blue) = 236+96+171=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC60AB is #139F54. Grayscale: #929292. Windows color (decimal): -1285973 or 11231468. OLE color: 11231468.

HSL color Cylindrical-coordinate representation of color #EC60AB: hue angle of 327.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC60AB is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 171 -
CMYK 0 0.59 0.28 0.07
HSL 327.86º 0.79% 0.65% -
HSV(B) 327.86º 0.59% 0.93% -
XYZ 46.13 29.14 41.72 -
YUV 146.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 236 96 171 0 0.59 0.28 0.07 327.86 0.79 0.65
Hex EC 60 AB 0 3B 1C 7 148 4F 41
Octal 354 140 253 0 73 34 7 510 117 101
Binary 11101100 1100000 10101011 0 111011 11100 111 101001000 1001111 1000001

Color Harmonies of #EC60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60AB

Black with #EC60AB

Text Example


Text Example

White with #EC60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60AB; }

 p { color: rgb(236,96,171); }

 H1.HeaderClassName
 {
   color: #EC60AB;
 }
 .AnyTagClassName
 {
   color: #EC60AB;
 }
</style>

background-color css

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

 a { background-color: rgb(236,96,171); }

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

border-color css

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

 span { border-color: rgb(236,96,171); }

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