Html Css Color HEX #E81DA5 Spicy Pink

📋 copy color: '#E81DA5'

red 232 ◦ green 29 ◦ blue 165

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

Shades of Spicy Pink #E81DA5

Tints of Spicy Pink #E81DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 54.46%
G = 6.81%
B = 38.73%

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

#E81DA5 (or 0xE81DA5) is known color: Spicy Pink. HEX triplet: E8, 1D and A5. RGB value is (232,29,165). Sum of RGB (Red+Green+Blue) = 232+29+165=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA5 is #17E25A. Grayscale: #686868. Windows color (decimal): -1565275 or 10821096. OLE color: 10821096.

HSL color Cylindrical-coordinate representation of color #E81DA5: hue angle of 319.8º 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 #E81DA5 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 29 165 -
CMYK 0 0.88 0.29 0.09
HSL 319.8º 0.82% 0.51% -
HSV(B) 319.8º 0.88% 0.91% -
XYZ 40.51 20.75 37.47 -
YUV 105.2 161.75 218.44 -
System Red Green Blue C M Y K H S L
Decimal 232 29 165 0 0.88 0.29 0.09 319.8 0.82 0.51
Hex E8 1D A5 0 58 1D 9 140 52 33
Octal 350 35 245 0 130 35 11 500 122 63
Binary 11101000 11101 10100101 0 1011000 11101 1001 101000000 1010010 110011

Color Harmonies of #E81DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81DA5

Black with #E81DA5

Text Example


Text Example

White with #E81DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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