Html Css Color HEX #EB6BCB Neon Pink

📋 copy color: '#EB6BCB'

red 235 ◦ green 107 ◦ blue 203

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

Shades of Neon Pink #EB6BCB

Tints of Neon Pink #EB6BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 43.12%
G = 19.63%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB6BCB (or 0xEB6BCB) is known color: Neon Pink. HEX triplet: EB, 6B and CB. RGB value is (235,107,203). Sum of RGB (Red+Green+Blue) = 235+107+203=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BCB is #149434. Grayscale: #9B9B9B. Windows color (decimal): -1348661 or 13331435. OLE color: 13331435.

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

Color convert

RGB 235 107 203 -
CMYK 0 0.54 0.14 0.08
HSL 315º 0.76% 0.67% -
HSV(B) 315º 0.54% 0.92% -
XYZ 50.3 32.49 60.12 -
YUV 156.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 235 107 203 0 0.54 0.14 0.08 315 0.76 0.67
Hex EB 6B CB 0 36 E 8 13B 4C 43
Octal 353 153 313 0 66 16 10 473 114 103
Binary 11101011 1101011 11001011 0 110110 1110 1000 100111011 1001100 1000011

Color Harmonies of #EB6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6BCB

Black with #EB6BCB

Text Example


Text Example

White with #EB6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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