Html Css Color HEX #E81D93 Deep Pink

📋 copy color: '#E81D93'

red 232 ◦ green 29 ◦ blue 147

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

Shades of Deep Pink #E81D93

Tints of Deep Pink #E81D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 56.86%
G = 7.11%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E81D93 (or 0xE81D93) is known color: Deep Pink. HEX triplet: E8, 1D and 93. RGB value is (232,29,147). Sum of RGB (Red+Green+Blue) = 232+29+147=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81D93 is #17E26C. Grayscale: #666666. Windows color (decimal): -1565293 or 9641448. OLE color: 9641448.

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

Color convert

RGB 232 29 147 -
CMYK 0 0.88 0.37 0.09
HSL 325.12º 0.82% 0.51% -
HSV(B) 325.12º 0.88% 0.91% -
XYZ 38.98 20.14 29.44 -
YUV 103.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 232 29 147 0 0.88 0.37 0.09 325.12 0.82 0.51
Hex E8 1D 93 0 58 25 9 145 52 33
Octal 350 35 223 0 130 45 11 505 122 63
Binary 11101000 11101 10010011 0 1011000 100101 1001 101000101 1010010 110011

Color Harmonies of #E81D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D93

Black with #E81D93

Text Example


Text Example

White with #E81D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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