Html Css Color HEX #EB68BE Neon Pink

📋 copy color: '#EB68BE'

red 235 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #EB68BE

Tints of Neon Pink #EB68BE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.66%

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 44.42%
G = 19.66%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EB68BE (or 0xEB68BE) is known color: Neon Pink. HEX triplet: EB, 68 and BE. RGB value is (235,104,190). Sum of RGB (Red+Green+Blue) = 235+104+190=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68BE is #149741. Grayscale: #989898. Windows color (decimal): -1349442 or 12478699. OLE color: 12478699.

HSL color Cylindrical-coordinate representation of color #EB68BE: hue angle of 320.61º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68BE is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 190 -
CMYK 0 0.56 0.19 0.08
HSL 320.61º 0.77% 0.66% -
HSV(B) 320.61º 0.56% 0.92% -
XYZ 48.51 31.28 52.2 -
YUV 152.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 235 104 190 0 0.56 0.19 0.08 320.61 0.77 0.66
Hex EB 68 BE 0 38 13 8 141 4D 42
Octal 353 150 276 0 70 23 10 501 115 102
Binary 11101011 1101000 10111110 0 111000 10011 1000 101000001 1001101 1000010

Color Harmonies of #EB68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68BE

Black with #EB68BE

Text Example


Text Example

White with #EB68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68BE; }

 p { color: rgb(235,104,190); }

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

background-color css

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

 a { background-color: rgb(235,104,190); }

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

border-color css

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

 span { border-color: rgb(235,104,190); }

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