Html Css Color HEX #EB5EC0 Neon Pink

📋 copy color: '#EB5EC0'

red 235 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #EB5EC0

Tints of Neon Pink #EB5EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.04%

 BLUE value IS 192 (75.39% from 255) = 36.85%

R = 45.11%
G = 18.04%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB5EC0 (or 0xEB5EC0) is known color: Neon Pink. HEX triplet: EB, 5E and C0. RGB value is (235,94,192). Sum of RGB (Red+Green+Blue) = 235+94+192=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EC0 is #14A13F. Grayscale: #939393. Windows color (decimal): -1352000 or 12607211. OLE color: 12607211.

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

Color convert

RGB 235 94 192 -
CMYK 0 0.6 0.18 0.08
HSL 318.3º 0.78% 0.65% -
HSV(B) 318.3º 0.6% 0.92% -
XYZ 47.78 29.47 53.04 -
YUV 147.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 235 94 192 0 0.6 0.18 0.08 318.3 0.78 0.65
Hex EB 5E C0 0 3C 12 8 13E 4E 41
Octal 353 136 300 0 74 22 10 476 116 101
Binary 11101011 1011110 11000000 0 111100 10010 1000 100111110 1001110 1000001

Color Harmonies of #EB5EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5EC0

Black with #EB5EC0

Text Example


Text Example

White with #EB5EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5EC0; }

 p { color: rgb(235,94,192); }

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

background-color css

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

 a { background-color: rgb(235,94,192); }

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

border-color css

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

 span { border-color: rgb(235,94,192); }

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