#ED1CAC

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

Shades of Spicy Pink #ED1CAC

Tints of Spicy Pink #ED1CAC

Color information

#ED1CAC (or 0xED1CAC) is unknown color: approx Spicy Pink. HEX triplet: ED, 1C and AC. RGB value is (237,28,172). Sum of RGB (Red+Green+Blue) = 237+28+172=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1CAC is #12E353. Grayscale: #6A6A6A. Windows color (decimal): -1237844 or 11279597. OLE color: 11279597.

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

Color convert

RGB23728172-
CMYK00.880.270.07
HSL318.66º85.31%51.96%-
HSV(B)318.66º88.19%92.94%-
XYZ42.7921.8140.99-
YUV106.91164.74220.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 28 (11.33% from 255) = 6.41%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=54.23%
G=6.41%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372817200.880.270.07318.6685.3151.96
HexED1CAC0581B713f5534
Octal35534254013033747712564
Binary11101101111001010110001011000110111111001111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1CAC; }

 p { color: rgb(237,28,172); }

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

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

 a { background-color: rgb(237,28,172); }

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

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

 span { border-color: rgb(237,28,172); }

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