#ED27B7

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

Shades of Spicy Pink #ED27B7

Tints of Spicy Pink #ED27B7

Color information

#ED27B7 (or 0xED27B7) is unknown color: approx Spicy Pink. HEX triplet: ED, 27 and B7. RGB value is (237,39,183). Sum of RGB (Red+Green+Blue) = 237+39+183=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27B7 is #12D848. Grayscale: #727272. Windows color (decimal): -1235017 or 12003309. OLE color: 12003309.

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

Color convert

RGB23739183-
CMYK00.840.230.07
HSL316.36º84.62%54.12%-
HSV(B)316.36º83.54%92.94%-
XYZ44.222.8746.89-
YUV114.62166.6215.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.63%
GREEN value IS 39 (15.62% from 255) = 8.50%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=51.63%
G=8.50%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373918300.840.230.07316.3684.6254.12
HexED27B705417713c5536
Octal35547267012427747412566
Binary111011011001111011011101010100101111111001111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED27B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED27B7; }

 p { color: rgb(237,39,183); }

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

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

 a { background-color: rgb(237,39,183); }

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

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

 span { border-color: rgb(237,39,183); }

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