Html Css Color HEX #EC5DBD Neon Pink

📋 copy color: '#EC5DBD'

red 236 ◦ green 93 ◦ blue 189

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

Shades of Neon Pink #EC5DBD

Tints of Neon Pink #EC5DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

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

R = 45.56%
G = 17.95%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC5DBD (or 0xEC5DBD) is known color: Neon Pink. HEX triplet: EC, 5D and BD. RGB value is (236,93,189). Sum of RGB (Red+Green+Blue) = 236+93+189=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DBD is #13A242. Grayscale: #929292. Windows color (decimal): -1286723 or 12410348. OLE color: 12410348.

HSL color Cylindrical-coordinate representation of color #EC5DBD: hue angle of 319.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DBD is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 189 -
CMYK 0 0.61 0.20 0.07
HSL 319.72º 0.79% 0.65% -
HSV(B) 319.72º 0.61% 0.93% -
XYZ 47.69 29.34 51.29 -
YUV 146.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 236 93 189 0 0.61 0.20 0.07 319.72 0.79 0.65
Hex EC 5D BD 0 3D 14 7 140 4F 41
Octal 354 135 275 0 75 24 7 500 117 101
Binary 11101100 1011101 10111101 0 111101 10100 111 101000000 1001111 1000001

Color Harmonies of #EC5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DBD

Black with #EC5DBD

Text Example


Text Example

White with #EC5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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