Html Css Color HEX #ED51BA Hot Pink

📋 copy color: '#ED51BA'

red 237 ◦ green 81 ◦ blue 186

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

Shades of Hot Pink #ED51BA

Tints of Hot Pink #ED51BA

RGB

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

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

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

R = 47.02%
G = 16.07%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED51BA (or 0xED51BA) is known color: Hot Pink. HEX triplet: ED, 51 and BA. RGB value is (237,81,186). Sum of RGB (Red+Green+Blue) = 237+81+186=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51BA is #12AE45. Grayscale: #8B8B8B. Windows color (decimal): -1224262 or 12210669. OLE color: 12210669.

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

Color convert

RGB 237 81 186 -
CMYK 0 0.66 0.22 0.07
HSL 319.62º 0.81% 0.62% -
HSV(B) 319.62º 0.66% 0.93% -
XYZ 46.73 27.43 49.29 -
YUV 139.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 237 81 186 0 0.66 0.22 0.07 319.62 0.81 0.62
Hex ED 51 BA 0 42 16 7 140 51 3E
Octal 355 121 272 0 102 26 7 500 121 76
Binary 11101101 1010001 10111010 0 1000010 10110 111 101000000 1010001 111110

Color Harmonies of #ED51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51BA

Black with #ED51BA

Text Example


Text Example

White with #ED51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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