Html Css Color HEX #EB5DC1 Neon Pink

📋 copy color: '#EB5DC1'

red 235 ◦ green 93 ◦ blue 193

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

Shades of Neon Pink #EB5DC1

Tints of Neon Pink #EB5DC1

RGB

 RED value IS 235 (92.19% from 255) = 45.11%

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

 BLUE value IS 193 (75.78% from 255) = 37.04%

R = 45.11%
G = 17.85%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB5DC1 (or 0xEB5DC1) is known color: Neon Pink. HEX triplet: EB, 5D and C1. RGB value is (235,93,193). Sum of RGB (Red+Green+Blue) = 235+93+193=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DC1 is #14A23E. Grayscale: #929292. Windows color (decimal): -1352255 or 12672491. OLE color: 12672491.

HSL color Cylindrical-coordinate representation of color #EB5DC1: hue angle of 317.75º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5DC1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 193 -
CMYK 0 0.60 0.18 0.08
HSL 317.75º 0.78% 0.64% -
HSV(B) 317.75º 0.6% 0.92% -
XYZ 47.8 29.34 53.6 -
YUV 146.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 235 93 193 0 0.60 0.18 0.08 317.75 0.78 0.64
Hex EB 5D C1 0 3C 12 8 13E 4E 40
Octal 353 135 301 0 74 22 10 476 116 100
Binary 11101011 1011101 11000001 0 111100 10010 1000 100111110 1001110 1000000

Color Harmonies of #EB5DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DC1

Black with #EB5DC1

Text Example


Text Example

White with #EB5DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DC1; }

 p { color: rgb(235,93,193); }

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

background-color css

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

 a { background-color: rgb(235,93,193); }

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

border-color css

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

 span { border-color: rgb(235,93,193); }

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