Html Css Color HEX #E981DC Pale Magenta

📋 copy color: '#E981DC'

red 233 ◦ green 129 ◦ blue 220

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

Shades of Pale Magenta #E981DC

Tints of Pale Magenta #E981DC

RGB

 RED value IS 233 (91.41% from 255) = 40.03%

 GREEN value IS 129 (50.78% from 255) = 22.16%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 40.03%
G = 22.16%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E981DC (or 0xE981DC) is known color: Pale Magenta. HEX triplet: E9, 81 and DC. RGB value is (233,129,220). Sum of RGB (Red+Green+Blue) = 233+129+220=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E981DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981DC is #167E23. Grayscale: #AAAAAA. Windows color (decimal): -1474084 or 14451177. OLE color: 14451177.

HSL color Cylindrical-coordinate representation of color #E981DC: hue angle of 307.5º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981DC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 129 220 -
CMYK 0 0.45 0.06 0.09
HSL 307.5º 0.7% 0.71% -
HSV(B) 307.5º 0.45% 0.91% -
XYZ 54.37 38.19 72.22 -
YUV 170.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 233 129 220 0 0.45 0.06 0.09 307.5 0.7 0.71
Hex E9 81 DC 0 2D 6 9 134 46 47
Octal 351 201 334 0 55 6 11 464 106 107
Binary 11101001 10000001 11011100 0 101101 110 1001 100110100 1000110 1000111

Color Harmonies of #E981DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E981DC

Black with #E981DC

Text Example


Text Example

White with #E981DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E981DC; }

 p { color: rgb(233,129,220); }

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

background-color css

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

 a { background-color: rgb(233,129,220); }

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

border-color css

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

 span { border-color: rgb(233,129,220); }

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