Html Css Color HEX #EF58BD Hot Pink

📋 copy color: '#EF58BD'

red 239 ◦ green 88 ◦ blue 189

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

Shades of Hot Pink #EF58BD

Tints of Hot Pink #EF58BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 46.32%
G = 17.05%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF58BD (or 0xEF58BD) is known color: Hot Pink. HEX triplet: EF, 58 and BD. RGB value is (239,88,189). Sum of RGB (Red+Green+Blue) = 239+88+189=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58BD is #10A742. Grayscale: #909090. Windows color (decimal): -1091395 or 12409071. OLE color: 12409071.

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

Color convert

RGB 239 88 189 -
CMYK 0 0.63 0.21 0.06
HSL 319.87º 0.83% 0.64% -
HSV(B) 319.87º 0.63% 0.94% -
XYZ 48.27 29 51.2 -
YUV 144.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 239 88 189 0 0.63 0.21 0.06 319.87 0.83 0.64
Hex EF 58 BD 0 3F 15 6 140 53 40
Octal 357 130 275 0 77 25 6 500 123 100
Binary 11101111 1011000 10111101 0 111111 10101 110 101000000 1010011 1000000

Color Harmonies of #EF58BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58BD

Black with #EF58BD

Text Example


Text Example

White with #EF58BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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