Html Css Color HEX #EB76C8 Neon Pink

📋 copy color: '#EB76C8'

red 235 ◦ green 118 ◦ blue 200

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

Shades of Neon Pink #EB76C8

Tints of Neon Pink #EB76C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.17%

R = 42.5%
G = 21.34%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB76C8 (or 0xEB76C8) is known color: Neon Pink. HEX triplet: EB, 76 and C8. RGB value is (235,118,200). Sum of RGB (Red+Green+Blue) = 235+118+200=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76C8 is #148937. Grayscale: #A2A2A2. Windows color (decimal): -1345848 or 13137643. OLE color: 13137643.

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

Color convert

RGB 235 118 200 -
CMYK 0 0.50 0.15 0.08
HSL 317.95º 0.75% 0.69% -
HSV(B) 317.95º 0.5% 0.92% -
XYZ 51.16 34.79 58.66 -
YUV 162.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 235 118 200 0 0.50 0.15 0.08 317.95 0.75 0.69
Hex EB 76 C8 0 32 F 8 13E 4B 45
Octal 353 166 310 0 62 17 10 476 113 105
Binary 11101011 1110110 11001000 0 110010 1111 1000 100111110 1001011 1000101

Color Harmonies of #EB76C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76C8

Black with #EB76C8

Text Example


Text Example

White with #EB76C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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