Html Css Color HEX #EB6BBB Neon Pink

📋 copy color: '#EB6BBB'

red 235 ◦ green 107 ◦ blue 187

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

Shades of Neon Pink #EB6BBB

Tints of Neon Pink #EB6BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.35%

R = 44.42%
G = 20.23%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB6BBB (or 0xEB6BBB) is known color: Neon Pink. HEX triplet: EB, 6B and BB. RGB value is (235,107,187). Sum of RGB (Red+Green+Blue) = 235+107+187=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BBB is #149444. Grayscale: #9A9A9A. Windows color (decimal): -1348677 or 12282859. OLE color: 12282859.

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

Color convert

RGB 235 107 187 -
CMYK 0 0.54 0.20 0.08
HSL 322.5º 0.76% 0.67% -
HSV(B) 322.5º 0.54% 0.92% -
XYZ 48.49 31.77 50.59 -
YUV 154.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 235 107 187 0 0.54 0.20 0.08 322.5 0.76 0.67
Hex EB 6B BB 0 36 14 8 142 4C 43
Octal 353 153 273 0 66 24 10 502 114 103
Binary 11101011 1101011 10111011 0 110110 10100 1000 101000010 1001100 1000011

Color Harmonies of #EB6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6BBB

Black with #EB6BBB

Text Example


Text Example

White with #EB6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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