#ED21BA

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

Shades of Spicy Pink #ED21BA

Tints of Spicy Pink #ED21BA

Color information

#ED21BA (or 0xED21BA) is unknown color: approx Spicy Pink. HEX triplet: ED, 21 and BA. RGB value is (237,33,186). Sum of RGB (Red+Green+Blue) = 237+33+186=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21BA is #12DE45. Grayscale: #6F6F6F. Windows color (decimal): -1236550 or 12198381. OLE color: 12198381.

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

Color convert

RGB23733186-
CMYK00.860.220.07
HSL315º85%52.94%-
HSV(B)315º86.08%92.94%-
XYZ44.3322.6448.49-
YUV111.44170.09217.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 33 (13.28% from 255) = 7.24%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=51.97%
G=7.24%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373318600.860.220.073158552.94
HexED21BA05616713b5535
Octal35541272012626747312565
Binary111011011000011011101001010110101101111001110111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED21BA; }

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

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

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

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

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

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

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

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