Html Css Color HEX #EF73AF Hot Pink

📋 copy color: '#EF73AF'

red 239 ◦ green 115 ◦ blue 175

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

Shades of Hot Pink #EF73AF

Tints of Hot Pink #EF73AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 45.18%
G = 21.74%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF73AF (or 0xEF73AF) is known color: Hot Pink. HEX triplet: EF, 73 and AF. RGB value is (239,115,175). Sum of RGB (Red+Green+Blue) = 239+115+175=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF73AF is #108C50. Grayscale: #9E9E9E. Windows color (decimal): -1084497 or 11498479. OLE color: 11498479.

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

Color convert

RGB 239 115 175 -
CMYK 0 0.52 0.27 0.06
HSL 330.97º 0.79% 0.69% -
HSV(B) 330.97º 0.52% 0.94% -
XYZ 49.47 33.71 44.46 -
YUV 158.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 239 115 175 0 0.52 0.27 0.06 330.97 0.79 0.69
Hex EF 73 AF 0 34 1B 6 14B 4F 45
Octal 357 163 257 0 64 33 6 513 117 105
Binary 11101111 1110011 10101111 0 110100 11011 110 101001011 1001111 1000101

Color Harmonies of #EF73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73AF

Black with #EF73AF

Text Example


Text Example

White with #EF73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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