#ED22A8

Color #ED22A8 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #ED22A8

Tints of Spicy Pink #ED22A8

Color information

#ED22A8 (or 0xED22A8) is unknown color: approx Spicy Pink. HEX triplet: ED, 22 and A8. RGB value is (237,34,168). Sum of RGB (Red+Green+Blue) = 237+34+168=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED22A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED22A8 is #12DD57. Grayscale: #6D6D6D. Windows color (decimal): -1236312 or 11018989. OLE color: 11018989.

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

Color convert

RGB23734168-
CMYK00.860.290.07
HSL320.39º84.94%53.14%-
HSV(B)320.39º85.65%92.94%-
XYZ42.5621.9839.04-
YUV109.97160.75218.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 34 (13.67% from 255) = 7.74%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=53.99%
G=7.74%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373416800.860.290.07320.3984.9453.14
HexED22A80561D71405535
Octal35542250012635750012565
Binary111011011000101010100001010110111011111010000001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED22A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED22A8; }

 p { color: rgb(237,34,168); }

 H1.HeaderClassName
 {
   color: #ED22A8;
 }
 .AnyTagClassName
 {
   color: #ED22A8;
 }
</style>
background-color css

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

 a { background-color: rgb(237,34,168); }

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

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

 span { border-color: rgb(237,34,168); }

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