Html Css Color HEX #ED53B8 Hot Pink

📋 copy color: '#ED53B8'

red 237 ◦ green 83 ◦ blue 184

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

Shades of Hot Pink #ED53B8

Tints of Hot Pink #ED53B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 47.02%
G = 16.47%
B = 36.51%

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

#ED53B8 (or 0xED53B8) is known color: Hot Pink. HEX triplet: ED, 53 and B8. RGB value is (237,83,184). Sum of RGB (Red+Green+Blue) = 237+83+184=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53B8 is #12AC47. Grayscale: #8C8C8C. Windows color (decimal): -1223752 or 12080109. OLE color: 12080109.

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

Color convert

RGB 237 83 184 -
CMYK 0 0.65 0.22 0.07
HSL 320.65º 0.81% 0.63% -
HSV(B) 320.65º 0.65% 0.93% -
XYZ 46.67 27.65 48.22 -
YUV 140.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 237 83 184 0 0.65 0.22 0.07 320.65 0.81 0.63
Hex ED 53 B8 0 41 16 7 141 51 3F
Octal 355 123 270 0 101 26 7 501 121 77
Binary 11101101 1010011 10111000 0 1000001 10110 111 101000001 1010001 111111

Color Harmonies of #ED53B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53B8

Black with #ED53B8

Text Example


Text Example

White with #ED53B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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