#E226BA

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

Shades of Spicy Pink #E226BA

Tints of Spicy Pink #E226BA

Color information

#E226BA (or 0xE226BA) is unknown color: approx Spicy Pink. HEX triplet: E2, 26 and BA. RGB value is (226,38,186). Sum of RGB (Red+Green+Blue) = 226+38+186=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E226BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E226BA is #1DD945. Grayscale: #6E6E6E. Windows color (decimal): -1956166 or 12199650. OLE color: 12199650.

HSL color Cylindrical-coordinate representation of color #E226BA: hue angle of 312.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E226BA is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB22638186-
CMYK00.830.180.11
HSL312.77º76.42%51.76%-
HSV(B)312.77º83.19%88.63%-
XYZ40.9221.148.37-
YUV111.08170.28209.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 38 (15.23% from 255) = 8.44%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=50.22%
G=8.44%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263818600.830.180.11312.7776.4251.76
HexE226BA05312B1394c34
Octal342462720123221347111464
Binary1110001010011010111010010100111001010111001110011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E226BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E226BA; }

 p { color: rgb(226,38,186); }

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

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

 a { background-color: rgb(226,38,186); }

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

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

 span { border-color: rgb(226,38,186); }

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