Html Css Color HEX #EC63BD Neon Pink

📋 copy color: '#EC63BD'

red 236 ◦ green 99 ◦ blue 189

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

Shades of Neon Pink #EC63BD

Tints of Neon Pink #EC63BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 45.04%
G = 18.89%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC63BD (or 0xEC63BD) is known color: Neon Pink. HEX triplet: EC, 63 and BD. RGB value is (236,99,189). Sum of RGB (Red+Green+Blue) = 236+99+189=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63BD is #139C42. Grayscale: #959595. Windows color (decimal): -1285187 or 12411884. OLE color: 12411884.

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

Color convert

RGB 236 99 189 -
CMYK 0 0.58 0.20 0.07
HSL 320.58º 0.78% 0.66% -
HSV(B) 320.58º 0.58% 0.93% -
XYZ 48.24 30.43 51.48 -
YUV 150.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 236 99 189 0 0.58 0.20 0.07 320.58 0.78 0.66
Hex EC 63 BD 0 3A 14 7 141 4E 42
Octal 354 143 275 0 72 24 7 501 116 102
Binary 11101100 1100011 10111101 0 111010 10100 111 101000001 1001110 1000010

Color Harmonies of #EC63BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63BD

Black with #EC63BD

Text Example


Text Example

White with #EC63BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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