Html Css Color HEX #EC6DBF Neon Pink

📋 copy color: '#EC6DBF'

red 236 ◦ green 109 ◦ blue 191

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

Shades of Neon Pink #EC6DBF

Tints of Neon Pink #EC6DBF

RGB

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

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

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

R = 44.03%
G = 20.34%
B = 35.63%

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

#EC6DBF (or 0xEC6DBF) is known color: Neon Pink. HEX triplet: EC, 6D and BF. RGB value is (236,109,191). Sum of RGB (Red+Green+Blue) = 236+109+191=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DBF is #139240. Grayscale: #9C9C9C. Windows color (decimal): -1282625 or 12545516. OLE color: 12545516.

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

Color convert

RGB 236 109 191 -
CMYK 0 0.54 0.19 0.07
HSL 321.26º 0.77% 0.68% -
HSV(B) 321.26º 0.54% 0.93% -
XYZ 49.46 32.53 52.96 -
YUV 156.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 236 109 191 0 0.54 0.19 0.07 321.26 0.77 0.68
Hex EC 6D BF 0 36 13 7 141 4D 44
Octal 354 155 277 0 66 23 7 501 115 104
Binary 11101100 1101101 10111111 0 110110 10011 111 101000001 1001101 1000100

Color Harmonies of #EC6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DBF

Black with #EC6DBF

Text Example


Text Example

White with #EC6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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