#EA2EB5

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

Shades of Spicy Pink #EA2EB5

Tints of Spicy Pink #EA2EB5

Color information

#EA2EB5 (or 0xEA2EB5) is unknown color: approx Spicy Pink. HEX triplet: EA, 2E and B5. RGB value is (234,46,181). Sum of RGB (Red+Green+Blue) = 234+46+181=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EB5 is #15D14A. Grayscale: #757575. Windows color (decimal): -1429835 or 11874026. OLE color: 11874026.

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

Color convert

RGB23446181-
CMYK00.800.230.08
HSL316.91º81.74%54.9%-
HSV(B)316.91º80.34%91.76%-
XYZ43.2522.7845.83-
YUV117.6163.78211.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 46 (18.36% from 255) = 9.98%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=50.76%
G=9.98%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344618100.800.230.08316.9181.7454.9
HexEA2EB505017813d5237
Octal352562650120271047512267
Binary1110101010111010110101010100001011110001001111011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2EB5; }

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

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

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

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

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

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

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

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