Html Css Color HEX #ED51BD Hot Pink

📋 copy color: '#ED51BD'

red 237 ◦ green 81 ◦ blue 189

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

Shades of Hot Pink #ED51BD

Tints of Hot Pink #ED51BD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.98%

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

R = 46.75%
G = 15.98%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED51BD (or 0xED51BD) is known color: Hot Pink. HEX triplet: ED, 51 and BD. RGB value is (237,81,189). Sum of RGB (Red+Green+Blue) = 237+81+189=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51BD is #12AE42. Grayscale: #8B8B8B. Windows color (decimal): -1224259 or 12407277. OLE color: 12407277.

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

Color convert

RGB 237 81 189 -
CMYK 0 0.66 0.20 0.07
HSL 318.46º 0.81% 0.62% -
HSV(B) 318.46º 0.66% 0.93% -
XYZ 47.05 27.56 50.98 -
YUV 139.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 237 81 189 0 0.66 0.20 0.07 318.46 0.81 0.62
Hex ED 51 BD 0 42 14 7 13E 51 3E
Octal 355 121 275 0 102 24 7 476 121 76
Binary 11101101 1010001 10111101 0 1000010 10100 111 100111110 1010001 111110

Color Harmonies of #ED51BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51BD

Black with #ED51BD

Text Example


Text Example

White with #ED51BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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