Html Css Color HEX #EF58BA Hot Pink

📋 copy color: '#EF58BA'

red 239 ◦ green 88 ◦ blue 186

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

Shades of Hot Pink #EF58BA

Tints of Hot Pink #EF58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.15%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 46.59%
G = 17.15%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF58BA (or 0xEF58BA) is known color: Hot Pink. HEX triplet: EF, 58 and BA. RGB value is (239,88,186). Sum of RGB (Red+Green+Blue) = 239+88+186=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58BA is #10A745. Grayscale: #909090. Windows color (decimal): -1091398 or 12212463. OLE color: 12212463.

HSL color Cylindrical-coordinate representation of color #EF58BA: hue angle of 321.06º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58BA is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 88 186 -
CMYK 0 0.63 0.22 0.06
HSL 321.06º 0.83% 0.64% -
HSV(B) 321.06º 0.63% 0.94% -
XYZ 47.95 28.88 49.5 -
YUV 144.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 239 88 186 0 0.63 0.22 0.06 321.06 0.83 0.64
Hex EF 58 BA 0 3F 16 6 141 53 40
Octal 357 130 272 0 77 26 6 501 123 100
Binary 11101111 1011000 10111010 0 111111 10110 110 101000001 1010011 1000000

Color Harmonies of #EF58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58BA

Black with #EF58BA

Text Example


Text Example

White with #EF58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58BA; }

 p { color: rgb(239,88,186); }

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

background-color css

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

 a { background-color: rgb(239,88,186); }

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

border-color css

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

 span { border-color: rgb(239,88,186); }

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