Html Css Color HEX #ED58BA Hot Pink

📋 copy color: '#ED58BA'

red 237 ◦ green 88 ◦ blue 186

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

Shades of Hot Pink #ED58BA

Tints of Hot Pink #ED58BA

RGB

 RED value IS 237 (92.97% from 255) = 46.38%

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

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

R = 46.38%
G = 17.22%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED58BA (or 0xED58BA) is known color: Hot Pink. HEX triplet: ED, 58 and BA. RGB value is (237,88,186). Sum of RGB (Red+Green+Blue) = 237+88+186=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED58BA is #12A745. Grayscale: #8F8F8F. Windows color (decimal): -1222470 or 12212461. OLE color: 12212461.

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

Color convert

RGB 237 88 186 -
CMYK 0 0.63 0.22 0.07
HSL 320.54º 0.81% 0.64% -
HSV(B) 320.54º 0.63% 0.93% -
XYZ 47.28 28.53 49.47 -
YUV 143.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 237 88 186 0 0.63 0.22 0.07 320.54 0.81 0.64
Hex ED 58 BA 0 3F 16 7 141 51 40
Octal 355 130 272 0 77 26 7 501 121 100
Binary 11101101 1011000 10111010 0 111111 10110 111 101000001 1010001 1000000

Color Harmonies of #ED58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58BA

Black with #ED58BA

Text Example


Text Example

White with #ED58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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