Html Css Color HEX #EF60B9 Hot Pink

📋 copy color: '#EF60B9'

red 239 ◦ green 96 ◦ blue 185

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

Shades of Hot Pink #EF60B9

Tints of Hot Pink #EF60B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 45.96%
G = 18.46%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF60B9 (or 0xEF60B9) is known color: Hot Pink. HEX triplet: EF, 60 and B9. RGB value is (239,96,185). Sum of RGB (Red+Green+Blue) = 239+96+185=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60B9 is #109F46. Grayscale: #949494. Windows color (decimal): -1089351 or 12148975. OLE color: 12148975.

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

Color convert

RGB 239 96 185 -
CMYK 0 0.60 0.23 0.06
HSL 322.66º 0.82% 0.66% -
HSV(B) 322.66º 0.6% 0.94% -
XYZ 48.54 30.22 49.17 -
YUV 148.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 239 96 185 0 0.60 0.23 0.06 322.66 0.82 0.66
Hex EF 60 B9 0 3C 17 6 143 52 42
Octal 357 140 271 0 74 27 6 503 122 102
Binary 11101111 1100000 10111001 0 111100 10111 110 101000011 1010010 1000010

Color Harmonies of #EF60B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60B9

Black with #EF60B9

Text Example


Text Example

White with #EF60B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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