Html Css Color HEX #EF60AA Hot Pink

📋 copy color: '#EF60AA'

red 239 ◦ green 96 ◦ blue 170

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

Shades of Hot Pink #EF60AA

Tints of Hot Pink #EF60AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 47.33%
G = 19.01%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF60AA (or 0xEF60AA) is known color: Hot Pink. HEX triplet: EF, 60 and AA. RGB value is (239,96,170). Sum of RGB (Red+Green+Blue) = 239+96+170=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60AA is #109F55. Grayscale: #939393. Windows color (decimal): -1089366 or 11165935. OLE color: 11165935.

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

Color convert

RGB 239 96 170 -
CMYK 0 0.60 0.29 0.06
HSL 328.95º 0.82% 0.66% -
HSV(B) 328.95º 0.6% 0.94% -
XYZ 47.04 29.62 41.27 -
YUV 147.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 239 96 170 0 0.60 0.29 0.06 328.95 0.82 0.66
Hex EF 60 AA 0 3C 1D 6 149 52 42
Octal 357 140 252 0 74 35 6 511 122 102
Binary 11101111 1100000 10101010 0 111100 11101 110 101001001 1010010 1000010

Color Harmonies of #EF60AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60AA

Black with #EF60AA

Text Example


Text Example

White with #EF60AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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