Html Css Color HEX #EB73C7 Neon Pink

📋 copy color: '#EB73C7'

red 235 ◦ green 115 ◦ blue 199

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

Shades of Neon Pink #EB73C7

Tints of Neon Pink #EB73C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.25%

R = 42.81%
G = 20.95%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB73C7 (or 0xEB73C7) is known color: Neon Pink. HEX triplet: EB, 73 and C7. RGB value is (235,115,199). Sum of RGB (Red+Green+Blue) = 235+115+199=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73C7 is #148C38. Grayscale: #A0A0A0. Windows color (decimal): -1346617 or 13071339. OLE color: 13071339.

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

Color convert

RGB 235 115 199 -
CMYK 0 0.51 0.15 0.08
HSL 318º 0.75% 0.69% -
HSV(B) 318º 0.51% 0.92% -
XYZ 50.7 34.05 57.93 -
YUV 160.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 235 115 199 0 0.51 0.15 0.08 318 0.75 0.69
Hex EB 73 C7 0 33 F 8 13E 4B 45
Octal 353 163 307 0 63 17 10 476 113 105
Binary 11101011 1110011 11000111 0 110011 1111 1000 100111110 1001011 1000101

Color Harmonies of #EB73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73C7

Black with #EB73C7

Text Example


Text Example

White with #EB73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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