Html Css Color HEX #EB6BC2 Neon Pink

📋 copy color: '#EB6BC2'

red 235 ◦ green 107 ◦ blue 194

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

Shades of Neon Pink #EB6BC2

Tints of Neon Pink #EB6BC2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

 BLUE value IS 194 (76.17% from 255) = 36.19%

R = 43.84%
G = 19.96%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB6BC2 (or 0xEB6BC2) is known color: Neon Pink. HEX triplet: EB, 6B and C2. RGB value is (235,107,194). Sum of RGB (Red+Green+Blue) = 235+107+194=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BC2 is #14943D. Grayscale: #9A9A9A. Windows color (decimal): -1348670 or 12741611. OLE color: 12741611.

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

Color convert

RGB 235 107 194 -
CMYK 0 0.54 0.17 0.08
HSL 319.22º 0.76% 0.67% -
HSV(B) 319.22º 0.54% 0.92% -
XYZ 49.26 32.07 54.63 -
YUV 155.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 235 107 194 0 0.54 0.17 0.08 319.22 0.76 0.67
Hex EB 6B C2 0 36 11 8 13F 4C 43
Octal 353 153 302 0 66 21 10 477 114 103
Binary 11101011 1101011 11000010 0 110110 10001 1000 100111111 1001100 1000011

Color Harmonies of #EB6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6BC2

Black with #EB6BC2

Text Example


Text Example

White with #EB6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6BC2; }

 p { color: rgb(235,107,194); }

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

background-color css

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

 a { background-color: rgb(235,107,194); }

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

border-color css

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

 span { border-color: rgb(235,107,194); }

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