Html Css Color HEX #EC60BB Hot Pink

📋 copy color: '#EC60BB'

red 236 ◦ green 96 ◦ blue 187

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

Shades of Hot Pink #EC60BB

Tints of Hot Pink #EC60BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 45.47%
G = 18.5%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC60BB (or 0xEC60BB) is known color: Hot Pink. HEX triplet: EC, 60 and BB. RGB value is (236,96,187). Sum of RGB (Red+Green+Blue) = 236+96+187=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60BB is #139F44. Grayscale: #949494. Windows color (decimal): -1285957 or 12280044. OLE color: 12280044.

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

Color convert

RGB 236 96 187 -
CMYK 0 0.59 0.21 0.07
HSL 321º 0.79% 0.65% -
HSV(B) 321º 0.59% 0.93% -
XYZ 47.74 29.79 50.25 -
YUV 148.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 236 96 187 0 0.59 0.21 0.07 321 0.79 0.65
Hex EC 60 BB 0 3B 15 7 141 4F 41
Octal 354 140 273 0 73 25 7 501 117 101
Binary 11101100 1100000 10111011 0 111011 10101 111 101000001 1001111 1000001

Color Harmonies of #EC60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60BB

Black with #EC60BB

Text Example


Text Example

White with #EC60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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