Html Css Color HEX #EC6DCF Neon Pink

📋 copy color: '#EC6DCF'

red 236 ◦ green 109 ◦ blue 207

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

Shades of Neon Pink #EC6DCF

Tints of Neon Pink #EC6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 42.75%
G = 19.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC6DCF (or 0xEC6DCF) is known color: Neon Pink. HEX triplet: EC, 6D and CF. RGB value is (236,109,207). Sum of RGB (Red+Green+Blue) = 236+109+207=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DCF is #139230. Grayscale: #9D9D9D. Windows color (decimal): -1282609 or 13594092. OLE color: 13594092.

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

Color convert

RGB 236 109 207 -
CMYK 0 0.54 0.12 0.07
HSL 313.7º 0.77% 0.68% -
HSV(B) 313.7º 0.54% 0.93% -
XYZ 51.32 33.28 62.75 -
YUV 158.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 236 109 207 0 0.54 0.12 0.07 313.7 0.77 0.68
Hex EC 6D CF 0 36 C 7 13A 4D 44
Octal 354 155 317 0 66 14 7 472 115 104
Binary 11101100 1101101 11001111 0 110110 1100 111 100111010 1001101 1000100

Color Harmonies of #EC6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DCF

Black with #EC6DCF

Text Example


Text Example

White with #EC6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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