Html Css Color HEX #EC5ABF Neon Pink

📋 copy color: '#EC5ABF'

red 236 ◦ green 90 ◦ blue 191

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

Shades of Neon Pink #EC5ABF

Tints of Neon Pink #EC5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

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

R = 45.65%
G = 17.41%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC5ABF (or 0xEC5ABF) is known color: Neon Pink. HEX triplet: EC, 5A and BF. RGB value is (236,90,191). Sum of RGB (Red+Green+Blue) = 236+90+191=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ABF is #13A540. Grayscale: #909090. Windows color (decimal): -1287489 or 12540652. OLE color: 12540652.

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

Color convert

RGB 236 90 191 -
CMYK 0 0.62 0.19 0.07
HSL 318.49º 0.79% 0.64% -
HSV(B) 318.49º 0.62% 0.93% -
XYZ 47.65 28.91 52.36 -
YUV 145.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 236 90 191 0 0.62 0.19 0.07 318.49 0.79 0.64
Hex EC 5A BF 0 3E 13 7 13E 4F 40
Octal 354 132 277 0 76 23 7 476 117 100
Binary 11101100 1011010 10111111 0 111110 10011 111 100111110 1001111 1000000

Color Harmonies of #EC5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ABF

Black with #EC5ABF

Text Example


Text Example

White with #EC5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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