Html Css Color HEX #EB76CE Neon Pink

📋 copy color: '#EB76CE'

red 235 ◦ green 118 ◦ blue 206

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

Shades of Neon Pink #EB76CE

Tints of Neon Pink #EB76CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.11%

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 42.04%
G = 21.11%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB76CE (or 0xEB76CE) is known color: Neon Pink. HEX triplet: EB, 76 and CE. RGB value is (235,118,206). Sum of RGB (Red+Green+Blue) = 235+118+206=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76CE is #148931. Grayscale: #A2A2A2. Windows color (decimal): -1345842 or 13530859. OLE color: 13530859.

HSL color Cylindrical-coordinate representation of color #EB76CE: hue angle of 314.87º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76CE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 206 -
CMYK 0 0.50 0.12 0.08
HSL 314.87º 0.75% 0.69% -
HSV(B) 314.87º 0.5% 0.92% -
XYZ 51.88 35.08 62.43 -
YUV 163.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 235 118 206 0 0.50 0.12 0.08 314.87 0.75 0.69
Hex EB 76 CE 0 32 C 8 13B 4B 45
Octal 353 166 316 0 62 14 10 473 113 105
Binary 11101011 1110110 11001110 0 110010 1100 1000 100111011 1001011 1000101

Color Harmonies of #EB76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76CE

Black with #EB76CE

Text Example


Text Example

White with #EB76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76CE; }

 p { color: rgb(235,118,206); }

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

background-color css

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

 a { background-color: rgb(235,118,206); }

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

border-color css

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

 span { border-color: rgb(235,118,206); }

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