Html Css Color HEX #EF71AB Hot Pink

📋 copy color: '#EF71AB'

red 239 ◦ green 113 ◦ blue 171

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

Shades of Hot Pink #EF71AB

Tints of Hot Pink #EF71AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 45.7%
G = 21.61%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF71AB (or 0xEF71AB) is known color: Hot Pink. HEX triplet: EF, 71 and AB. RGB value is (239,113,171). Sum of RGB (Red+Green+Blue) = 239+113+171=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF71AB is #108E54. Grayscale: #9D9D9D. Windows color (decimal): -1085013 or 11235823. OLE color: 11235823.

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

Color convert

RGB 239 113 171 -
CMYK 0 0.53 0.28 0.06
HSL 332.38º 0.8% 0.69% -
HSV(B) 332.38º 0.53% 0.94% -
XYZ 48.85 33.1 42.34 -
YUV 157.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 239 113 171 0 0.53 0.28 0.06 332.38 0.8 0.69
Hex EF 71 AB 0 35 1C 6 14C 50 45
Octal 357 161 253 0 65 34 6 514 120 105
Binary 11101111 1110001 10101011 0 110101 11100 110 101001100 1010000 1000101

Color Harmonies of #EF71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71AB

Black with #EF71AB

Text Example


Text Example

White with #EF71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71AB; }

 p { color: rgb(239,113,171); }

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

background-color css

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

 a { background-color: rgb(239,113,171); }

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

border-color css

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

 span { border-color: rgb(239,113,171); }

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