Html Css Color HEX #EF75AD Hot Pink

📋 copy color: '#EF75AD'

red 239 ◦ green 117 ◦ blue 173

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

Shades of Hot Pink #EF75AD

Tints of Hot Pink #EF75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 45.18%
G = 22.12%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF75AD (or 0xEF75AD) is known color: Hot Pink. HEX triplet: EF, 75 and AD. RGB value is (239,117,173). Sum of RGB (Red+Green+Blue) = 239+117+173=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF75AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF75AD is #108A52. Grayscale: #9F9F9F. Windows color (decimal): -1083987 or 11367919. OLE color: 11367919.

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

Color convert

RGB 239 117 173 -
CMYK 0 0.51 0.28 0.06
HSL 332.46º 0.79% 0.7% -
HSV(B) 332.46º 0.51% 0.94% -
XYZ 49.5 34.09 43.51 -
YUV 159.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 239 117 173 0 0.51 0.28 0.06 332.46 0.79 0.7
Hex EF 75 AD 0 33 1C 6 14C 4F 46
Octal 357 165 255 0 63 34 6 514 117 106
Binary 11101111 1110101 10101101 0 110011 11100 110 101001100 1001111 1000110

Color Harmonies of #EF75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF75AD

Black with #EF75AD

Text Example


Text Example

White with #EF75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF75AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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