Html Css Color HEX #ED57BA Hot Pink

📋 copy color: '#ED57BA'

red 237 ◦ green 87 ◦ blue 186

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

Shades of Hot Pink #ED57BA

Tints of Hot Pink #ED57BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.06%

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

R = 46.47%
G = 17.06%
B = 36.47%

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

#ED57BA (or 0xED57BA) is known color: Hot Pink. HEX triplet: ED, 57 and BA. RGB value is (237,87,186). Sum of RGB (Red+Green+Blue) = 237+87+186=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED57BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED57BA is #12A845. Grayscale: #8E8E8E. Windows color (decimal): -1222726 or 12212205. OLE color: 12212205.

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

Color convert

RGB 237 87 186 -
CMYK 0 0.63 0.22 0.07
HSL 320.4º 0.81% 0.64% -
HSV(B) 320.4º 0.63% 0.93% -
XYZ 47.2 28.37 49.44 -
YUV 143.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 237 87 186 0 0.63 0.22 0.07 320.4 0.81 0.64
Hex ED 57 BA 0 3F 16 7 140 51 40
Octal 355 127 272 0 77 26 7 500 121 100
Binary 11101101 1010111 10111010 0 111111 10110 111 101000000 1010001 1000000

Color Harmonies of #ED57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED57BA

Black with #ED57BA

Text Example


Text Example

White with #ED57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED57BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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