Html Css Color HEX #EB6EC0 Neon Pink

📋 copy color: '#EB6EC0'

red 235 ◦ green 110 ◦ blue 192

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

Shades of Neon Pink #EB6EC0

Tints of Neon Pink #EB6EC0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.48%

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

R = 43.76%
G = 20.48%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB6EC0 (or 0xEB6EC0) is known color: Neon Pink. HEX triplet: EB, 6E and C0. RGB value is (235,110,192). Sum of RGB (Red+Green+Blue) = 235+110+192=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EC0 is #14913F. Grayscale: #9C9C9C. Windows color (decimal): -1347904 or 12611307. OLE color: 12611307.

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

Color convert

RGB 235 110 192 -
CMYK 0 0.53 0.18 0.08
HSL 320.64º 0.76% 0.68% -
HSV(B) 320.64º 0.53% 0.92% -
XYZ 49.35 32.62 53.56 -
YUV 156.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 235 110 192 0 0.53 0.18 0.08 320.64 0.76 0.68
Hex EB 6E C0 0 35 12 8 141 4C 44
Octal 353 156 300 0 65 22 10 501 114 104
Binary 11101011 1101110 11000000 0 110101 10010 1000 101000001 1001100 1000100

Color Harmonies of #EB6EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EC0

Black with #EB6EC0

Text Example


Text Example

White with #EB6EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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