#EA29B1

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

Shades of Spicy Pink #EA29B1

Tints of Spicy Pink #EA29B1

Color information

#EA29B1 (or 0xEA29B1) is unknown color: approx Spicy Pink. HEX triplet: EA, 29 and B1. RGB value is (234,41,177). Sum of RGB (Red+Green+Blue) = 234+41+177=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA29B1 is #15D64E. Grayscale: #717171. Windows color (decimal): -1431119 or 11610602. OLE color: 11610602.

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

Color convert

RGB23441177-
CMYK00.820.240.08
HSL317.72º82.13%53.92%-
HSV(B)317.72º82.48%91.76%-
XYZ42.6622.2543.64-
YUV114.21163.44213.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 41 (16.41% from 255) = 9.07%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=51.77%
G=9.07%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344117700.820.240.08317.7282.1353.92
HexEA29B105218813e5236
Octal352512610122301047612266
Binary1110101010100110110001010100101100010001001111101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA29B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA29B1; }

 p { color: rgb(234,41,177); }

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

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

 a { background-color: rgb(234,41,177); }

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

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

 span { border-color: rgb(234,41,177); }

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