Html Css Color HEX #EF73AD Hot Pink

📋 copy color: '#EF73AD'

red 239 ◦ green 115 ◦ blue 173

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

Shades of Hot Pink #EF73AD

Tints of Hot Pink #EF73AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 45.35%
G = 21.82%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF73AD (or 0xEF73AD) is known color: Hot Pink. HEX triplet: EF, 73 and AD. RGB value is (239,115,173). Sum of RGB (Red+Green+Blue) = 239+115+173=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73AD is #108C52. Grayscale: #9E9E9E. Windows color (decimal): -1084499 or 11367407. OLE color: 11367407.

HSL color Cylindrical-coordinate representation of color #EF73AD: hue angle of 331.94º 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 #EF73AD is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 115 173 -
CMYK 0 0.52 0.28 0.06
HSL 331.94º 0.79% 0.69% -
HSV(B) 331.94º 0.52% 0.94% -
XYZ 49.27 33.63 43.43 -
YUV 158.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 239 115 173 0 0.52 0.28 0.06 331.94 0.79 0.69
Hex EF 73 AD 0 34 1C 6 14C 4F 45
Octal 357 163 255 0 64 34 6 514 117 105
Binary 11101111 1110011 10101101 0 110100 11100 110 101001100 1001111 1000101

Color Harmonies of #EF73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73AD

Black with #EF73AD

Text Example


Text Example

White with #EF73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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