Html Css Color HEX #ED53BD Hot Pink

📋 copy color: '#ED53BD'

red 237 ◦ green 83 ◦ blue 189

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

Shades of Hot Pink #ED53BD

Tints of Hot Pink #ED53BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.31%

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

R = 46.56%
G = 16.31%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED53BD (or 0xED53BD) is known color: Hot Pink. HEX triplet: ED, 53 and BD. RGB value is (237,83,189). Sum of RGB (Red+Green+Blue) = 237+83+189=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53BD is #12AC42. Grayscale: #8C8C8C. Windows color (decimal): -1223747 or 12407789. OLE color: 12407789.

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

Color convert

RGB 237 83 189 -
CMYK 0 0.65 0.20 0.07
HSL 318.7º 0.81% 0.63% -
HSV(B) 318.7º 0.65% 0.93% -
XYZ 47.2 27.87 51.03 -
YUV 141.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 237 83 189 0 0.65 0.20 0.07 318.7 0.81 0.63
Hex ED 53 BD 0 41 14 7 13F 51 3F
Octal 355 123 275 0 101 24 7 477 121 77
Binary 11101101 1010011 10111101 0 1000001 10100 111 100111111 1010001 111111

Color Harmonies of #ED53BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53BD

Black with #ED53BD

Text Example


Text Example

White with #ED53BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53BD; }

 p { color: rgb(237,83,189); }

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

background-color css

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

 a { background-color: rgb(237,83,189); }

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

border-color css

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

 span { border-color: rgb(237,83,189); }

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