Html Css Color HEX #E81DA4 Spicy Pink

📋 copy color: '#E81DA4'

red 232 ◦ green 29 ◦ blue 164

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

Shades of Spicy Pink #E81DA4

Tints of Spicy Pink #E81DA4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

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

R = 54.59%
G = 6.82%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E81DA4 (or 0xE81DA4) is known color: Spicy Pink. HEX triplet: E8, 1D and A4. RGB value is (232,29,164). Sum of RGB (Red+Green+Blue) = 232+29+164=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA4 is #17E25B. Grayscale: #686868. Windows color (decimal): -1565276 or 10755560. OLE color: 10755560.

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

Color convert

RGB 232 29 164 -
CMYK 0 0.88 0.29 0.09
HSL 320.1º 0.82% 0.51% -
HSV(B) 320.1º 0.88% 0.91% -
XYZ 40.42 20.71 36.99 -
YUV 105.09 161.25 218.52 -
System Red Green Blue C M Y K H S L
Decimal 232 29 164 0 0.88 0.29 0.09 320.1 0.82 0.51
Hex E8 1D A4 0 58 1D 9 140 52 33
Octal 350 35 244 0 130 35 11 500 122 63
Binary 11101000 11101 10100100 0 1011000 11101 1001 101000000 1010010 110011

Color Harmonies of #E81DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81DA4

Black with #E81DA4

Text Example


Text Example

White with #E81DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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