Html Css Color HEX #EC56BE Neon Pink

📋 copy color: '#EC56BE'

red 236 ◦ green 86 ◦ blue 190

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

Shades of Neon Pink #EC56BE

Tints of Neon Pink #EC56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.8%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 46.09%
G = 16.8%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC56BE (or 0xEC56BE) is known color: Neon Pink. HEX triplet: EC, 56 and BE. RGB value is (236,86,190). Sum of RGB (Red+Green+Blue) = 236+86+190=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC56BE is #13A941. Grayscale: #8E8E8E. Windows color (decimal): -1288514 or 12474092. OLE color: 12474092.

HSL color Cylindrical-coordinate representation of color #EC56BE: hue angle of 318.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC56BE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 190 -
CMYK 0 0.64 0.19 0.07
HSL 318.4º 0.8% 0.63% -
HSV(B) 318.4º 0.64% 0.93% -
XYZ 47.21 28.21 51.67 -
YUV 142.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 236 86 190 0 0.64 0.19 0.07 318.4 0.8 0.63
Hex EC 56 BE 0 40 13 7 13E 50 3F
Octal 354 126 276 0 100 23 7 476 120 77
Binary 11101100 1010110 10111110 0 1000000 10011 111 100111110 1010000 111111

Color Harmonies of #EC56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56BE

Black with #EC56BE

Text Example


Text Example

White with #EC56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56BE; }

 p { color: rgb(236,86,190); }

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

background-color css

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

 a { background-color: rgb(236,86,190); }

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

border-color css

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

 span { border-color: rgb(236,86,190); }

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