Html Css Color HEX #EC61BA Hot Pink

📋 copy color: '#EC61BA'

red 236 ◦ green 97 ◦ blue 186

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

Shades of Hot Pink #EC61BA

Tints of Hot Pink #EC61BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.69%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 45.47%
G = 18.69%
B = 35.84%

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

#EC61BA (or 0xEC61BA) is known color: Hot Pink. HEX triplet: EC, 61 and BA. RGB value is (236,97,186). Sum of RGB (Red+Green+Blue) = 236+97+186=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61BA is #139E45. Grayscale: #949494. Windows color (decimal): -1285702 or 12214764. OLE color: 12214764.

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

Color convert

RGB 236 97 186 -
CMYK 0 0.59 0.21 0.07
HSL 321.58º 0.79% 0.65% -
HSV(B) 321.58º 0.59% 0.93% -
XYZ 47.73 29.93 49.72 -
YUV 148.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 236 97 186 0 0.59 0.21 0.07 321.58 0.79 0.65
Hex EC 61 BA 0 3B 15 7 142 4F 41
Octal 354 141 272 0 73 25 7 502 117 101
Binary 11101100 1100001 10111010 0 111011 10101 111 101000010 1001111 1000001

Color Harmonies of #EC61BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61BA

Black with #EC61BA

Text Example


Text Example

White with #EC61BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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