#E322B0

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

Shades of Spicy Pink #E322B0

Tints of Spicy Pink #E322B0

Color information

#E322B0 (or 0xE322B0) is unknown color: approx Spicy Pink. HEX triplet: E3, 22 and B0. RGB value is (227,34,176). Sum of RGB (Red+Green+Blue) = 227+34+176=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E322B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E322B0 is #1CDD4F. Grayscale: #6B6B6B. Windows color (decimal): -1891664 or 11543267. OLE color: 11543267.

HSL color Cylindrical-coordinate representation of color #E322B0: hue angle of 315.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E322B0 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB22734176-
CMYK00.850.220.11
HSL315.85º77.51%51.18%-
HSV(B)315.85º85.02%89.02%-
XYZ40.0920.6142.94-
YUV107.89166.44212.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.95%
GREEN value IS 34 (13.67% from 255) = 7.78%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=51.95%
G=7.78%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273417600.850.220.11315.8577.5151.18
HexE322B005516B13c4e33
Octal343422600125261347411663
Binary1110001110001010110000010101011011010111001111001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E322B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E322B0; }

 p { color: rgb(227,34,176); }

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

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

 a { background-color: rgb(227,34,176); }

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

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

 span { border-color: rgb(227,34,176); }

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