Html Css Color HEX #EC6DC0 Neon Pink

📋 copy color: '#EC6DC0'

red 236 ◦ green 109 ◦ blue 192

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

Shades of Neon Pink #EC6DC0

Tints of Neon Pink #EC6DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 43.95%
G = 20.3%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC6DC0 (or 0xEC6DC0) is known color: Neon Pink. HEX triplet: EC, 6D and C0. RGB value is (236,109,192). Sum of RGB (Red+Green+Blue) = 236+109+192=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DC0 is #13923F. Grayscale: #9C9C9C. Windows color (decimal): -1282624 or 12611052. OLE color: 12611052.

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

Color convert

RGB 236 109 192 -
CMYK 0 0.54 0.19 0.07
HSL 320.79º 0.77% 0.68% -
HSV(B) 320.79º 0.54% 0.93% -
XYZ 49.58 32.58 53.54 -
YUV 156.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 236 109 192 0 0.54 0.19 0.07 320.79 0.77 0.68
Hex EC 6D C0 0 36 13 7 141 4D 44
Octal 354 155 300 0 66 23 7 501 115 104
Binary 11101100 1101101 11000000 0 110110 10011 111 101000001 1001101 1000100

Color Harmonies of #EC6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DC0

Black with #EC6DC0

Text Example


Text Example

White with #EC6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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