Html Css Color HEX #EC63BA Hot Pink

📋 copy color: '#EC63BA'

red 236 ◦ green 99 ◦ blue 186

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

Shades of Hot Pink #EC63BA

Tints of Hot Pink #EC63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19%

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

R = 45.3%
G = 19%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC63BA (or 0xEC63BA) is known color: Hot Pink. HEX triplet: EC, 63 and BA. RGB value is (236,99,186). Sum of RGB (Red+Green+Blue) = 236+99+186=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63BA is #139C45. Grayscale: #959595. Windows color (decimal): -1285190 or 12215276. OLE color: 12215276.

HSL color Cylindrical-coordinate representation of color #EC63BA: hue angle of 321.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC63BA is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 186 -
CMYK 0 0.58 0.21 0.07
HSL 321.9º 0.78% 0.66% -
HSV(B) 321.9º 0.58% 0.93% -
XYZ 47.92 30.3 49.78 -
YUV 149.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 236 99 186 0 0.58 0.21 0.07 321.9 0.78 0.66
Hex EC 63 BA 0 3A 15 7 142 4E 42
Octal 354 143 272 0 72 25 7 502 116 102
Binary 11101100 1100011 10111010 0 111010 10101 111 101000010 1001110 1000010

Color Harmonies of #EC63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63BA

Black with #EC63BA

Text Example


Text Example

White with #EC63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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