#EA1EAE

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

Shades of Spicy Pink #EA1EAE

Tints of Spicy Pink #EA1EAE

Color information

#EA1EAE (or 0xEA1EAE) is unknown color: approx Spicy Pink. HEX triplet: EA, 1E and AE. RGB value is (234,30,174). Sum of RGB (Red+Green+Blue) = 234+30+174=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1EAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1EAE is #15E151. Grayscale: #6B6B6B. Windows color (decimal): -1433938 or 11411178. OLE color: 11411178.

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

Color convert

RGB23430174-
CMYK00.870.260.08
HSL317.65º82.93%51.76%-
HSV(B)317.65º87.18%91.76%-
XYZ42.0421.4841.97-
YUV107.41165.59218.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 30 (12.11% from 255) = 6.85%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=53.42%
G=6.85%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2343017400.870.260.08317.6582.9351.76
HexEA1EAE0571A813e5334
Octal352362560127321047612364
Binary111010101111010101110010101111101010001001111101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1EAE; }

 p { color: rgb(234,30,174); }

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

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

 a { background-color: rgb(234,30,174); }

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

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

 span { border-color: rgb(234,30,174); }

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