Html Css Color HEX #EC6DBD Neon Pink

📋 copy color: '#EC6DBD'

red 236 ◦ green 109 ◦ blue 189

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

Shades of Neon Pink #EC6DBD

Tints of Neon Pink #EC6DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 44.19%
G = 20.41%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC6DBD (or 0xEC6DBD) is known color: Neon Pink. HEX triplet: EC, 6D and BD. RGB value is (236,109,189). Sum of RGB (Red+Green+Blue) = 236+109+189=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6DBD is #139242. Grayscale: #9B9B9B. Windows color (decimal): -1282627 or 12414444. OLE color: 12414444.

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

Color convert

RGB 236 109 189 -
CMYK 0 0.54 0.20 0.07
HSL 322.2º 0.77% 0.68% -
HSV(B) 322.2º 0.54% 0.93% -
XYZ 49.25 32.44 51.81 -
YUV 156.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 236 109 189 0 0.54 0.20 0.07 322.2 0.77 0.68
Hex EC 6D BD 0 36 14 7 142 4D 44
Octal 354 155 275 0 66 24 7 502 115 104
Binary 11101100 1101101 10111101 0 110110 10100 111 101000010 1001101 1000100

Color Harmonies of #EC6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6DBD

Black with #EC6DBD

Text Example


Text Example

White with #EC6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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