#EA31B5

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

Shades of Spicy Pink #EA31B5

Tints of Spicy Pink #EA31B5

Color information

#EA31B5 (or 0xEA31B5) is unknown color: approx Spicy Pink. HEX triplet: EA, 31 and B5. RGB value is (234,49,181). Sum of RGB (Red+Green+Blue) = 234+49+181=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA31B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA31B5 is #15CE4A. Grayscale: #777777. Windows color (decimal): -1429067 or 11874794. OLE color: 11874794.

HSL color Cylindrical-coordinate representation of color #EA31B5: hue angle of 317.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA31B5 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB23449181-
CMYK00.790.230.08
HSL317.19º81.5%55.49%-
HSV(B)317.19º79.06%91.76%-
XYZ43.3723.0345.87-
YUV119.36162.79209.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 49 (19.53% from 255) = 10.56%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=50.43%
G=10.56%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344918100.790.230.08317.1981.555.49
HexEA31B504F17813d5137
Octal352612650117271047512167
Binary1110101011000110110101010011111011110001001111011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA31B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA31B5; }

 p { color: rgb(234,49,181); }

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

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

 a { background-color: rgb(234,49,181); }

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

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

 span { border-color: rgb(234,49,181); }

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