Html Css Color HEX #EC5EBF Neon Pink

📋 copy color: '#EC5EBF'

red 236 ◦ green 94 ◦ blue 191

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

Shades of Neon Pink #EC5EBF

Tints of Neon Pink #EC5EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 45.3%
G = 18.04%
B = 36.66%

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

#EC5EBF (or 0xEC5EBF) is known color: Neon Pink. HEX triplet: EC, 5E and BF. RGB value is (236,94,191). Sum of RGB (Red+Green+Blue) = 236+94+191=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EBF is #13A140. Grayscale: #939393. Windows color (decimal): -1286465 or 12541676. OLE color: 12541676.

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

Color convert

RGB 236 94 191 -
CMYK 0 0.60 0.19 0.07
HSL 319.01º 0.79% 0.65% -
HSV(B) 319.01º 0.6% 0.93% -
XYZ 48 29.6 52.47 -
YUV 147.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 236 94 191 0 0.60 0.19 0.07 319.01 0.79 0.65
Hex EC 5E BF 0 3C 13 7 13F 4F 41
Octal 354 136 277 0 74 23 7 477 117 101
Binary 11101100 1011110 10111111 0 111100 10011 111 100111111 1001111 1000001

Color Harmonies of #EC5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EBF

Black with #EC5EBF

Text Example


Text Example

White with #EC5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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