Html Css Color HEX #EF73AA Hot Pink

📋 copy color: '#EF73AA'

red 239 ◦ green 115 ◦ blue 170

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

Shades of Hot Pink #EF73AA

Tints of Hot Pink #EF73AA

RGB

 RED value IS 239 (93.75% from 255) = 45.61%

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

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

R = 45.61%
G = 21.95%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF73AA (or 0xEF73AA) is known color: Hot Pink. HEX triplet: EF, 73 and AA. RGB value is (239,115,170). Sum of RGB (Red+Green+Blue) = 239+115+170=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73AA is #108C55. Grayscale: #9E9E9E. Windows color (decimal): -1084502 or 11170799. OLE color: 11170799.

HSL color Cylindrical-coordinate representation of color #EF73AA: hue angle of 333.39º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF73AA is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 115 170 -
CMYK 0 0.52 0.29 0.06
HSL 333.39º 0.79% 0.69% -
HSV(B) 333.39º 0.52% 0.94% -
XYZ 48.98 33.51 41.92 -
YUV 158.35 134.58 185.53 -
System Red Green Blue C M Y K H S L
Decimal 239 115 170 0 0.52 0.29 0.06 333.39 0.79 0.69
Hex EF 73 AA 0 34 1D 6 14D 4F 45
Octal 357 163 252 0 64 35 6 515 117 105
Binary 11101111 1110011 10101010 0 110100 11101 110 101001101 1001111 1000101

Color Harmonies of #EF73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73AA

Black with #EF73AA

Text Example


Text Example

White with #EF73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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