Html Css Color HEX #EF60AF Hot Pink

📋 copy color: '#EF60AF'

red 239 ◦ green 96 ◦ blue 175

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

Shades of Hot Pink #EF60AF

Tints of Hot Pink #EF60AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 46.86%
G = 18.82%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF60AF (or 0xEF60AF) is known color: Hot Pink. HEX triplet: EF, 60 and AF. RGB value is (239,96,175). Sum of RGB (Red+Green+Blue) = 239+96+175=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60AF is #109F50. Grayscale: #939393. Windows color (decimal): -1089361 or 11493615. OLE color: 11493615.

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

Color convert

RGB 239 96 175 -
CMYK 0 0.60 0.27 0.06
HSL 326.85º 0.82% 0.66% -
HSV(B) 326.85º 0.6% 0.94% -
XYZ 47.52 29.81 43.81 -
YUV 147.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 239 96 175 0 0.60 0.27 0.06 326.85 0.82 0.66
Hex EF 60 AF 0 3C 1B 6 147 52 42
Octal 357 140 257 0 74 33 6 507 122 102
Binary 11101111 1100000 10101111 0 111100 11011 110 101000111 1010010 1000010

Color Harmonies of #EF60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60AF

Black with #EF60AF

Text Example


Text Example

White with #EF60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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