Html Css Color HEX #ED28AD Spicy Pink

📋 copy color: '#ED28AD'

red 237 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #ED28AD

Tints of Spicy Pink #ED28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 52.67%
G = 8.89%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED28AD (or 0xED28AD) is known color: Spicy Pink. HEX triplet: ED, 28 and AD. RGB value is (237,40,173). Sum of RGB (Red+Green+Blue) = 237+40+173=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED28AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED28AD is #12D752. Grayscale: #717171. Windows color (decimal): -1234771 or 11348205. OLE color: 11348205.

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

Color convert

RGB 237 40 173 -
CMYK 0 0.83 0.27 0.07
HSL 319.49º 0.85% 0.54% -
HSV(B) 319.49º 0.83% 0.93% -
XYZ 43.23 22.54 41.61 -
YUV 114.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 237 40 173 0 0.83 0.27 0.07 319.49 0.85 0.54
Hex ED 28 AD 0 53 1B 7 13F 55 36
Octal 355 50 255 0 123 33 7 477 125 66
Binary 11101101 101000 10101101 0 1010011 11011 111 100111111 1010101 110110

Color Harmonies of #ED28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED28AD

Black with #ED28AD

Text Example


Text Example

White with #ED28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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