Html Css Color HEX #EC5DBE Neon Pink

📋 copy color: '#EC5DBE'

red 236 ◦ green 93 ◦ blue 190

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

Shades of Neon Pink #EC5DBE

Tints of Neon Pink #EC5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 45.47%
G = 17.92%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC5DBE (or 0xEC5DBE) is known color: Neon Pink. HEX triplet: EC, 5D and BE. RGB value is (236,93,190). Sum of RGB (Red+Green+Blue) = 236+93+190=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DBE is #13A241. Grayscale: #929292. Windows color (decimal): -1286722 or 12475884. OLE color: 12475884.

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

Color convert

RGB 236 93 190 -
CMYK 0 0.61 0.19 0.07
HSL 319.3º 0.79% 0.65% -
HSV(B) 319.3º 0.61% 0.93% -
XYZ 47.8 29.38 51.87 -
YUV 146.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 236 93 190 0 0.61 0.19 0.07 319.3 0.79 0.65
Hex EC 5D BE 0 3D 13 7 13F 4F 41
Octal 354 135 276 0 75 23 7 477 117 101
Binary 11101100 1011101 10111110 0 111101 10011 111 100111111 1001111 1000001

Color Harmonies of #EC5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DBE

Black with #EC5DBE

Text Example


Text Example

White with #EC5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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