Html Css Color HEX #EF60AC Hot Pink

📋 copy color: '#EF60AC'

red 239 ◦ green 96 ◦ blue 172

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

Shades of Hot Pink #EF60AC

Tints of Hot Pink #EF60AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.93%

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

R = 47.14%
G = 18.93%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF60AC (or 0xEF60AC) is known color: Hot Pink. HEX triplet: EF, 60 and AC. RGB value is (239,96,172). Sum of RGB (Red+Green+Blue) = 239+96+172=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60AC is #109F53. Grayscale: #939393. Windows color (decimal): -1089364 or 11297007. OLE color: 11297007.

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

Color convert

RGB 239 96 172 -
CMYK 0 0.60 0.28 0.06
HSL 328.11º 0.82% 0.66% -
HSV(B) 328.11º 0.6% 0.94% -
XYZ 47.23 29.7 42.27 -
YUV 147.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 239 96 172 0 0.60 0.28 0.06 328.11 0.82 0.66
Hex EF 60 AC 0 3C 1C 6 148 52 42
Octal 357 140 254 0 74 34 6 510 122 102
Binary 11101111 1100000 10101100 0 111100 11100 110 101001000 1010010 1000010

Color Harmonies of #EF60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60AC

Black with #EF60AC

Text Example


Text Example

White with #EF60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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