Html Css Color HEX #EF64AC Hot Pink

📋 copy color: '#EF64AC'

red 239 ◦ green 100 ◦ blue 172

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

Shades of Hot Pink #EF64AC

Tints of Hot Pink #EF64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.57%

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

R = 46.77%
G = 19.57%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF64AC (or 0xEF64AC) is known color: Hot Pink. HEX triplet: EF, 64 and AC. RGB value is (239,100,172). Sum of RGB (Red+Green+Blue) = 239+100+172=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64AC is #109B53. Grayscale: #959595. Windows color (decimal): -1088340 or 11298031. OLE color: 11298031.

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

Color convert

RGB 239 100 172 -
CMYK 0 0.58 0.28 0.06
HSL 328.92º 0.81% 0.66% -
HSV(B) 328.92º 0.58% 0.94% -
XYZ 47.6 30.44 42.4 -
YUV 149.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 239 100 172 0 0.58 0.28 0.06 328.92 0.81 0.66
Hex EF 64 AC 0 3A 1C 6 149 51 42
Octal 357 144 254 0 72 34 6 511 121 102
Binary 11101111 1100100 10101100 0 111010 11100 110 101001001 1010001 1000010

Color Harmonies of #EF64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64AC

Black with #EF64AC

Text Example


Text Example

White with #EF64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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