#EA2EB3

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

Shades of Spicy Pink #EA2EB3

Tints of Spicy Pink #EA2EB3

Color information

#EA2EB3 (or 0xEA2EB3) is unknown color: approx Spicy Pink. HEX triplet: EA, 2E and B3. RGB value is (234,46,179). Sum of RGB (Red+Green+Blue) = 234+46+179=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EB3 is #15D14C. Grayscale: #757575. Windows color (decimal): -1429837 or 11742954. OLE color: 11742954.

HSL color Cylindrical-coordinate representation of color #EA2EB3: hue angle of 317.55º 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 #EA2EB3 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB23446179-
CMYK00.800.240.08
HSL317.55º81.74%54.9%-
HSV(B)317.55º80.34%91.76%-
XYZ43.0522.744.76-
YUV117.37162.78211.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 46 (18.36% from 255) = 10.02%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=50.98%
G=10.02%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344617900.800.240.08317.5581.7454.9
HexEA2EB305018813e5237
Octal352562630120301047612267
Binary1110101010111010110011010100001100010001001111101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA2EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA2EB3; }

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

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

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

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

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

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

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

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