Html Css Color HEX #EB73CA Neon Pink

📋 copy color: '#EB73CA'

red 235 ◦ green 115 ◦ blue 202

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

Shades of Neon Pink #EB73CA

Tints of Neon Pink #EB73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 42.57%
G = 20.83%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB73CA (or 0xEB73CA) is known color: Neon Pink. HEX triplet: EB, 73 and CA. RGB value is (235,115,202). Sum of RGB (Red+Green+Blue) = 235+115+202=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73CA is #148C35. Grayscale: #A0A0A0. Windows color (decimal): -1346614 or 13267947. OLE color: 13267947.

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

Color convert

RGB 235 115 202 -
CMYK 0 0.51 0.14 0.08
HSL 316.5º 0.75% 0.69% -
HSV(B) 316.5º 0.51% 0.92% -
XYZ 51.05 34.19 59.79 -
YUV 160.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 235 115 202 0 0.51 0.14 0.08 316.5 0.75 0.69
Hex EB 73 CA 0 33 E 8 13C 4B 45
Octal 353 163 312 0 63 16 10 474 113 105
Binary 11101011 1110011 11001010 0 110011 1110 1000 100111100 1001011 1000101

Color Harmonies of #EB73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73CA

Black with #EB73CA

Text Example


Text Example

White with #EB73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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