Html Css Color HEX #E81DB0 Spicy Pink

📋 copy color: '#E81DB0'

red 232 ◦ green 29 ◦ blue 176

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

Shades of Spicy Pink #E81DB0

Tints of Spicy Pink #E81DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 53.09%
G = 6.64%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E81DB0 (or 0xE81DB0) is known color: Spicy Pink. HEX triplet: E8, 1D and B0. RGB value is (232,29,176). Sum of RGB (Red+Green+Blue) = 232+29+176=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DB0 is #17E24F. Grayscale: #6A6A6A. Windows color (decimal): -1565264 or 11541992. OLE color: 11541992.

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

Color convert

RGB 232 29 176 -
CMYK 0 0.88 0.24 0.09
HSL 316.55º 0.82% 0.51% -
HSV(B) 316.55º 0.88% 0.91% -
XYZ 41.55 21.17 42.97 -
YUV 106.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 232 29 176 0 0.88 0.24 0.09 316.55 0.82 0.51
Hex E8 1D B0 0 58 18 9 13D 52 33
Octal 350 35 260 0 130 30 11 475 122 63
Binary 11101000 11101 10110000 0 1011000 11000 1001 100111101 1010010 110011

Color Harmonies of #E81DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81DB0

Black with #E81DB0

Text Example


Text Example

White with #E81DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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