#EA22B2

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

Shades of Spicy Pink #EA22B2

Tints of Spicy Pink #EA22B2

Color information

#EA22B2 (or 0xEA22B2) is unknown color: approx Spicy Pink. HEX triplet: EA, 22 and B2. RGB value is (234,34,178). Sum of RGB (Red+Green+Blue) = 234+34+178=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA22B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA22B2 is #15DD4D. Grayscale: #6D6D6D. Windows color (decimal): -1432910 or 11674346. OLE color: 11674346.

HSL color Cylindrical-coordinate representation of color #EA22B2: hue angle of 316.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA22B2 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB23434178-
CMYK00.850.240.08
HSL316.8º82.64%52.55%-
HSV(B)316.8º85.47%91.76%-
XYZ42.5421.8544.1-
YUV110.22166.26216.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 34 (13.67% from 255) = 7.62%
BLUE value IS 178 (69.92% from 255) = 39.91%
R=52.47%
G=7.62%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343417800.850.240.08316.882.6452.55
HexEA22B205518813d5335
Octal352422620125301047512365
Binary1110101010001010110010010101011100010001001111011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA22B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA22B2; }

 p { color: rgb(234,34,178); }

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

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

 a { background-color: rgb(234,34,178); }

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

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

 span { border-color: rgb(234,34,178); }

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