Html Css Color HEX #ED54BA Hot Pink

📋 copy color: '#ED54BA'

red 237 ◦ green 84 ◦ blue 186

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

Shades of Hot Pink #ED54BA

Tints of Hot Pink #ED54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.57%

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

R = 46.75%
G = 16.57%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED54BA (or 0xED54BA) is known color: Hot Pink. HEX triplet: ED, 54 and BA. RGB value is (237,84,186). Sum of RGB (Red+Green+Blue) = 237+84+186=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54BA is #12AB45. Grayscale: #8D8D8D. Windows color (decimal): -1223494 or 12211437. OLE color: 12211437.

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

Color convert

RGB 237 84 186 -
CMYK 0 0.65 0.22 0.07
HSL 320º 0.81% 0.63% -
HSV(B) 320º 0.65% 0.93% -
XYZ 46.96 27.89 49.36 -
YUV 141.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 237 84 186 0 0.65 0.22 0.07 320 0.81 0.63
Hex ED 54 BA 0 41 16 7 140 51 3F
Octal 355 124 272 0 101 26 7 500 121 77
Binary 11101101 1010100 10111010 0 1000001 10110 111 101000000 1010001 111111

Color Harmonies of #ED54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54BA

Black with #ED54BA

Text Example


Text Example

White with #ED54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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