Html Css Color HEX #EB73C5 Neon Pink

📋 copy color: '#EB73C5'

red 235 ◦ green 115 ◦ blue 197

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

Shades of Neon Pink #EB73C5

Tints of Neon Pink #EB73C5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.02%

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 42.96%
G = 21.02%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB73C5 (or 0xEB73C5) is known color: Neon Pink. HEX triplet: EB, 73 and C5. RGB value is (235,115,197). Sum of RGB (Red+Green+Blue) = 235+115+197=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73C5 is #148C3A. Grayscale: #A0A0A0. Windows color (decimal): -1346619 or 12940267. OLE color: 12940267.

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

Color convert

RGB 235 115 197 -
CMYK 0 0.51 0.16 0.08
HSL 319º 0.75% 0.69% -
HSV(B) 319º 0.51% 0.92% -
XYZ 50.47 33.95 56.72 -
YUV 160.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 235 115 197 0 0.51 0.16 0.08 319 0.75 0.69
Hex EB 73 C5 0 33 10 8 13F 4B 45
Octal 353 163 305 0 63 20 10 477 113 105
Binary 11101011 1110011 11000101 0 110011 10000 1000 100111111 1001011 1000101

Color Harmonies of #EB73C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73C5

Black with #EB73C5

Text Example


Text Example

White with #EB73C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73C5; }

 p { color: rgb(235,115,197); }

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

background-color css

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

 a { background-color: rgb(235,115,197); }

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

border-color css

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

 span { border-color: rgb(235,115,197); }

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