Html Css Color HEX #ED50BB Hot Pink

📋 copy color: '#ED50BB'

red 237 ◦ green 80 ◦ blue 187

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

Shades of Hot Pink #ED50BB

Tints of Hot Pink #ED50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.87%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 47.02%
G = 15.87%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED50BB (or 0xED50BB) is known color: Hot Pink. HEX triplet: ED, 50 and BB. RGB value is (237,80,187). Sum of RGB (Red+Green+Blue) = 237+80+187=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED50BB is #12AF44. Grayscale: #8A8A8A. Windows color (decimal): -1224517 or 12275949. OLE color: 12275949.

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

Color convert

RGB 237 80 187 -
CMYK 0 0.66 0.21 0.07
HSL 319.11º 0.81% 0.62% -
HSV(B) 319.11º 0.66% 0.93% -
XYZ 46.76 27.33 49.82 -
YUV 139.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 237 80 187 0 0.66 0.21 0.07 319.11 0.81 0.62
Hex ED 50 BB 0 42 15 7 13F 51 3E
Octal 355 120 273 0 102 25 7 477 121 76
Binary 11101101 1010000 10111011 0 1000010 10101 111 100111111 1010001 111110

Color Harmonies of #ED50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50BB

Black with #ED50BB

Text Example


Text Example

White with #ED50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50BB; }

 p { color: rgb(237,80,187); }

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

background-color css

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

 a { background-color: rgb(237,80,187); }

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

border-color css

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

 span { border-color: rgb(237,80,187); }

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