Html Css Color HEX #EC6DCA Neon Pink

📋 copy color: '#EC6DCA'

red 236 ◦ green 109 ◦ blue 202

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

Shades of Neon Pink #EC6DCA

Tints of Neon Pink #EC6DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.93%

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 43.14%
G = 19.93%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC6DCA (or 0xEC6DCA) is known color: Neon Pink. HEX triplet: EC, 6D and CA. RGB value is (236,109,202). Sum of RGB (Red+Green+Blue) = 236+109+202=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DCA is #139235. Grayscale: #9D9D9D. Windows color (decimal): -1282614 or 13266412. OLE color: 13266412.

HSL color Cylindrical-coordinate representation of color #EC6DCA: hue angle of 316.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6DCA is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 109 202 -
CMYK 0 0.54 0.14 0.07
HSL 316.06º 0.77% 0.68% -
HSV(B) 316.06º 0.54% 0.93% -
XYZ 50.72 33.03 59.58 -
YUV 157.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 236 109 202 0 0.54 0.14 0.07 316.06 0.77 0.68
Hex EC 6D CA 0 36 E 7 13C 4D 44
Octal 354 155 312 0 66 16 7 474 115 104
Binary 11101100 1101101 11001010 0 110110 1110 111 100111100 1001101 1000100

Color Harmonies of #EC6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DCA

Black with #EC6DCA

Text Example


Text Example

White with #EC6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DCA; }

 p { color: rgb(236,109,202); }

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

background-color css

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

 a { background-color: rgb(236,109,202); }

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

border-color css

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

 span { border-color: rgb(236,109,202); }

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