#E920B4

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

Shades of Spicy Pink #E920B4

Tints of Spicy Pink #E920B4

Color information

#E920B4 (or 0xE920B4) is unknown color: approx Spicy Pink. HEX triplet: E9, 20 and B4. RGB value is (233,32,180). Sum of RGB (Red+Green+Blue) = 233+32+180=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E920B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E920B4 is #16DF4B. Grayscale: #6C6C6C. Windows color (decimal): -1498956 or 11804905. OLE color: 11804905.

HSL color Cylindrical-coordinate representation of color #E920B4: hue angle of 315.82º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E920B4 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23332180-
CMYK00.860.230.09
HSL315.82º82.04%51.96%-
HSV(B)315.82º86.27%91.37%-
XYZ42.3621.6545.13-
YUV108.97168.09216.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 32 (12.89% from 255) = 7.19%
BLUE value IS 180 (70.70% from 255) = 40.45%
R=52.36%
G=7.19%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2333218000.860.230.09315.8282.0451.96
HexE920B405617913c5234
Octal351402640126271147412264
Binary1110100110000010110100010101101011110011001111001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E920B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E920B4; }

 p { color: rgb(233,32,180); }

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

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

 a { background-color: rgb(233,32,180); }

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

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

 span { border-color: rgb(233,32,180); }

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