Html Css Color HEX #EF74AB Hot Pink

📋 copy color: '#EF74AB'

red 239 ◦ green 116 ◦ blue 171

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

Shades of Hot Pink #EF74AB

Tints of Hot Pink #EF74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.05%

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

R = 45.44%
G = 22.05%
B = 32.51%

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

#EF74AB (or 0xEF74AB) is known color: Hot Pink. HEX triplet: EF, 74 and AB. RGB value is (239,116,171). Sum of RGB (Red+Green+Blue) = 239+116+171=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF74AB is #108B54. Grayscale: #9E9E9E. Windows color (decimal): -1084245 or 11236591. OLE color: 11236591.

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

Color convert

RGB 239 116 171 -
CMYK 0 0.51 0.28 0.06
HSL 333.17º 0.79% 0.7% -
HSV(B) 333.17º 0.51% 0.94% -
XYZ 49.19 33.78 42.46 -
YUV 159.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 239 116 171 0 0.51 0.28 0.06 333.17 0.79 0.7
Hex EF 74 AB 0 33 1C 6 14D 4F 46
Octal 357 164 253 0 63 34 6 515 117 106
Binary 11101111 1110100 10101011 0 110011 11100 110 101001101 1001111 1000110

Color Harmonies of #EF74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74AB

Black with #EF74AB

Text Example


Text Example

White with #EF74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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