Html Css Color HEX #EB6EC5 Neon Pink

📋 copy color: '#EB6EC5'

red 235 ◦ green 110 ◦ blue 197

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

Shades of Neon Pink #EB6EC5

Tints of Neon Pink #EB6EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 43.36%
G = 20.3%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB6EC5 (or 0xEB6EC5) is known color: Neon Pink. HEX triplet: EB, 6E and C5. RGB value is (235,110,197). Sum of RGB (Red+Green+Blue) = 235+110+197=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EC5 is #14913A. Grayscale: #9D9D9D. Windows color (decimal): -1347899 or 12938987. OLE color: 12938987.

HSL color Cylindrical-coordinate representation of color #EB6EC5: hue angle of 318.24º 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 #EB6EC5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 197 -
CMYK 0 0.53 0.16 0.08
HSL 318.24º 0.76% 0.68% -
HSV(B) 318.24º 0.53% 0.92% -
XYZ 49.91 32.85 56.53 -
YUV 157.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 235 110 197 0 0.53 0.16 0.08 318.24 0.76 0.68
Hex EB 6E C5 0 35 10 8 13E 4C 44
Octal 353 156 305 0 65 20 10 476 114 104
Binary 11101011 1101110 11000101 0 110101 10000 1000 100111110 1001100 1000100

Color Harmonies of #EB6EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EC5

Black with #EB6EC5

Text Example


Text Example

White with #EB6EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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