Html Css Color HEX #EF60B8 Hot Pink

📋 copy color: '#EF60B8'

red 239 ◦ green 96 ◦ blue 184

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

Shades of Hot Pink #EF60B8

Tints of Hot Pink #EF60B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.45%

R = 46.05%
G = 18.5%
B = 35.45%

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

#EF60B8 (or 0xEF60B8) is known color: Hot Pink. HEX triplet: EF, 60 and B8. RGB value is (239,96,184). Sum of RGB (Red+Green+Blue) = 239+96+184=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60B8 is #109F47. Grayscale: #949494. Windows color (decimal): -1089352 or 12083439. OLE color: 12083439.

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

Color convert

RGB 239 96 184 -
CMYK 0 0.60 0.23 0.06
HSL 323.08º 0.82% 0.66% -
HSV(B) 323.08º 0.6% 0.94% -
XYZ 48.43 30.18 48.62 -
YUV 148.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 239 96 184 0 0.60 0.23 0.06 323.08 0.82 0.66
Hex EF 60 B8 0 3C 17 6 143 52 42
Octal 357 140 270 0 74 27 6 503 122 102
Binary 11101111 1100000 10111000 0 111100 10111 110 101000011 1010010 1000010

Color Harmonies of #EF60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60B8

Black with #EF60B8

Text Example


Text Example

White with #EF60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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