Html Css Color HEX #E81EA4 Spicy Pink

📋 copy color: '#E81EA4'

red 232 ◦ green 30 ◦ blue 164

#E81EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #E81EA4

Tints of Spicy Pink #E81EA4

RGB

 RED value IS 232 (91.02% from 255) = 54.46%

 GREEN value IS 30 (12.11% from 255) = 7.04%

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 54.46%
G = 7.04%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E81EA4 (or 0xE81EA4) is known color: Spicy Pink. HEX triplet: E8, 1E and A4. RGB value is (232,30,164). Sum of RGB (Red+Green+Blue) = 232+30+164=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E81EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81EA4 is #17E15B. Grayscale: #696969. Windows color (decimal): -1565020 or 10755816. OLE color: 10755816.

HSL color Cylindrical-coordinate representation of color #E81EA4: hue angle of 320.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81EA4 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 30 164 -
CMYK 0 0.87 0.29 0.09
HSL 320.2º 0.81% 0.51% -
HSV(B) 320.2º 0.87% 0.91% -
XYZ 40.44 20.76 37 -
YUV 105.67 160.92 218.1 -
System Red Green Blue C M Y K H S L
Decimal 232 30 164 0 0.87 0.29 0.09 320.2 0.81 0.51
Hex E8 1E A4 0 57 1D 9 140 51 33
Octal 350 36 244 0 127 35 11 500 121 63
Binary 11101000 11110 10100100 0 1010111 11101 1001 101000000 1010001 110011

Color Harmonies of #E81EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81EA4

Black with #E81EA4

Text Example


Text Example

White with #E81EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81EA4; }

 p { color: rgb(232,30,164); }

 H1.HeaderClassName
 {
   color: #E81EA4;
 }
 .AnyTagClassName
 {
   color: #E81EA4;
 }
</style>

background-color css

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

 a { background-color: rgb(232,30,164); }

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

border-color css

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

 span { border-color: rgb(232,30,164); }

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