Html Css Color HEX #EC5AC1 Neon Pink

📋 copy color: '#EC5AC1'

red 236 ◦ green 90 ◦ blue 193

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

Shades of Neon Pink #EC5AC1

Tints of Neon Pink #EC5AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 45.47%
G = 17.34%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC5AC1 (or 0xEC5AC1) is known color: Neon Pink. HEX triplet: EC, 5A and C1. RGB value is (236,90,193). Sum of RGB (Red+Green+Blue) = 236+90+193=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AC1 is #13A53E. Grayscale: #919191. Windows color (decimal): -1287487 or 12671724. OLE color: 12671724.

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

Color convert

RGB 236 90 193 -
CMYK 0 0.62 0.18 0.07
HSL 317.67º 0.79% 0.64% -
HSV(B) 317.67º 0.62% 0.93% -
XYZ 47.87 29 53.53 -
YUV 145.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 236 90 193 0 0.62 0.18 0.07 317.67 0.79 0.64
Hex EC 5A C1 0 3E 12 7 13E 4F 40
Octal 354 132 301 0 76 22 7 476 117 100
Binary 11101100 1011010 11000001 0 111110 10010 111 100111110 1001111 1000000

Color Harmonies of #EC5AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AC1

Black with #EC5AC1

Text Example


Text Example

White with #EC5AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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