Html Css Color HEX #ED28BA Spicy Pink

📋 copy color: '#ED28BA'

red 237 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #ED28BA

Tints of Spicy Pink #ED28BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.64%

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

R = 51.19%
G = 8.64%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED28BA (or 0xED28BA) is known color: Spicy Pink. HEX triplet: ED, 28 and BA. RGB value is (237,40,186). Sum of RGB (Red+Green+Blue) = 237+40+186=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED28BA is #12D745. Grayscale: #737373. Windows color (decimal): -1234758 or 12200173. OLE color: 12200173.

HSL color Cylindrical-coordinate representation of color #ED28BA: hue angle of 315.53º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED28BA is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 40 186 -
CMYK 0 0.83 0.22 0.07
HSL 315.53º 0.85% 0.54% -
HSV(B) 315.53º 0.83% 0.93% -
XYZ 44.55 23.07 48.56 -
YUV 115.55 167.77 214.63 -
System Red Green Blue C M Y K H S L
Decimal 237 40 186 0 0.83 0.22 0.07 315.53 0.85 0.54
Hex ED 28 BA 0 53 16 7 13C 55 36
Octal 355 50 272 0 123 26 7 474 125 66
Binary 11101101 101000 10111010 0 1010011 10110 111 100111100 1010101 110110

Color Harmonies of #ED28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28BA

Black with #ED28BA

Text Example


Text Example

White with #ED28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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