Html Css Color HEX #EB73AA Hot Pink

📋 copy color: '#EB73AA'

red 235 ◦ green 115 ◦ blue 170

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

Shades of Hot Pink #EB73AA

Tints of Hot Pink #EB73AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 45.19%
G = 22.12%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB73AA (or 0xEB73AA) is known color: Hot Pink. HEX triplet: EB, 73 and AA. RGB value is (235,115,170). Sum of RGB (Red+Green+Blue) = 235+115+170=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB73AA is #148C55. Grayscale: #9D9D9D. Windows color (decimal): -1346646 or 11170795. OLE color: 11170795.

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

Color convert

RGB 235 115 170 -
CMYK 0 0.51 0.28 0.08
HSL 332.5º 0.75% 0.69% -
HSV(B) 332.5º 0.51% 0.92% -
XYZ 47.65 32.83 41.85 -
YUV 157.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 235 115 170 0 0.51 0.28 0.08 332.5 0.75 0.69
Hex EB 73 AA 0 33 1C 8 14C 4B 45
Octal 353 163 252 0 63 34 10 514 113 105
Binary 11101011 1110011 10101010 0 110011 11100 1000 101001100 1001011 1000101

Color Harmonies of #EB73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73AA

Black with #EB73AA

Text Example


Text Example

White with #EB73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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