Html Css Color HEX #EC58BE Neon Pink

📋 copy color: '#EC58BE'

red 236 ◦ green 88 ◦ blue 190

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

Shades of Neon Pink #EC58BE

Tints of Neon Pink #EC58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.12%

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

R = 45.91%
G = 17.12%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC58BE (or 0xEC58BE) is known color: Neon Pink. HEX triplet: EC, 58 and BE. RGB value is (236,88,190). Sum of RGB (Red+Green+Blue) = 236+88+190=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58BE is #13A741. Grayscale: #8F8F8F. Windows color (decimal): -1288002 or 12474604. OLE color: 12474604.

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

Color convert

RGB 236 88 190 -
CMYK 0 0.63 0.19 0.07
HSL 318.65º 0.8% 0.64% -
HSV(B) 318.65º 0.63% 0.93% -
XYZ 47.38 28.53 51.73 -
YUV 143.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 236 88 190 0 0.63 0.19 0.07 318.65 0.8 0.64
Hex EC 58 BE 0 3F 13 7 13F 50 40
Octal 354 130 276 0 77 23 7 477 120 100
Binary 11101100 1011000 10111110 0 111111 10011 111 100111111 1010000 1000000

Color Harmonies of #EC58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC58BE

Black with #EC58BE

Text Example


Text Example

White with #EC58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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