Html Css Color HEX #EB5BC0 Neon Pink

📋 copy color: '#EB5BC0'

red 235 ◦ green 91 ◦ blue 192

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

Shades of Neon Pink #EB5BC0

Tints of Neon Pink #EB5BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.57%

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

R = 45.37%
G = 17.57%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB5BC0 (or 0xEB5BC0) is known color: Neon Pink. HEX triplet: EB, 5B and C0. RGB value is (235,91,192). Sum of RGB (Red+Green+Blue) = 235+91+192=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5BC0 is #14A43F. Grayscale: #919191. Windows color (decimal): -1352768 or 12606443. OLE color: 12606443.

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

Color convert

RGB 235 91 192 -
CMYK 0 0.61 0.18 0.08
HSL 317.92º 0.78% 0.64% -
HSV(B) 317.92º 0.61% 0.92% -
XYZ 47.52 28.95 52.95 -
YUV 145.57 154.21 191.79 -
System Red Green Blue C M Y K H S L
Decimal 235 91 192 0 0.61 0.18 0.08 317.92 0.78 0.64
Hex EB 5B C0 0 3D 12 8 13E 4E 40
Octal 353 133 300 0 75 22 10 476 116 100
Binary 11101011 1011011 11000000 0 111101 10010 1000 100111110 1001110 1000000

Color Harmonies of #EB5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5BC0

Black with #EB5BC0

Text Example


Text Example

White with #EB5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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