Html Css Color HEX #EC5EBE Neon Pink

📋 copy color: '#EC5EBE'

red 236 ◦ green 94 ◦ blue 190

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

Shades of Neon Pink #EC5EBE

Tints of Neon Pink #EC5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.08%

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

R = 45.38%
G = 18.08%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC5EBE (or 0xEC5EBE) is known color: Neon Pink. HEX triplet: EC, 5E and BE. RGB value is (236,94,190). Sum of RGB (Red+Green+Blue) = 236+94+190=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EBE is #13A141. Grayscale: #939393. Windows color (decimal): -1286466 or 12476140. OLE color: 12476140.

HSL color Cylindrical-coordinate representation of color #EC5EBE: hue angle of 319.44º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EBE is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 190 -
CMYK 0 0.60 0.19 0.07
HSL 319.44º 0.79% 0.65% -
HSV(B) 319.44º 0.6% 0.93% -
XYZ 47.89 29.56 51.9 -
YUV 147.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 236 94 190 0 0.60 0.19 0.07 319.44 0.79 0.65
Hex EC 5E BE 0 3C 13 7 13F 4F 41
Octal 354 136 276 0 74 23 7 477 117 101
Binary 11101100 1011110 10111110 0 111100 10011 111 100111111 1001111 1000001

Color Harmonies of #EC5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EBE

Black with #EC5EBE

Text Example


Text Example

White with #EC5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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