Html Css Color HEX #EF74AC Hot Pink

📋 copy color: '#EF74AC'

red 239 ◦ green 116 ◦ blue 172

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

Shades of Hot Pink #EF74AC

Tints of Hot Pink #EF74AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 45.35%
G = 22.01%
B = 32.64%

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

#EF74AC (or 0xEF74AC) is known color: Hot Pink. HEX triplet: EF, 74 and AC. RGB value is (239,116,172). Sum of RGB (Red+Green+Blue) = 239+116+172=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF74AC is #108B53. Grayscale: #9F9F9F. Windows color (decimal): -1084244 or 11302127. OLE color: 11302127.

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

Color convert

RGB 239 116 172 -
CMYK 0 0.51 0.28 0.06
HSL 332.68º 0.79% 0.7% -
HSV(B) 332.68º 0.51% 0.94% -
XYZ 49.29 33.82 42.96 -
YUV 159.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 239 116 172 0 0.51 0.28 0.06 332.68 0.79 0.7
Hex EF 74 AC 0 33 1C 6 14D 4F 46
Octal 357 164 254 0 63 34 6 515 117 106
Binary 11101111 1110100 10101100 0 110011 11100 110 101001101 1001111 1000110

Color Harmonies of #EF74AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74AC

Black with #EF74AC

Text Example


Text Example

White with #EF74AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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