Html Css Color HEX #E981D0 Pale Magenta

📋 copy color: '#E981D0'

red 233 ◦ green 129 ◦ blue 208

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

Shades of Pale Magenta #E981D0

Tints of Pale Magenta #E981D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 40.88%
G = 22.63%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E981D0 (or 0xE981D0) is known color: Pale Magenta. HEX triplet: E9, 81 and D0. RGB value is (233,129,208). Sum of RGB (Red+Green+Blue) = 233+129+208=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E981D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981D0 is #167E2F. Grayscale: #A8A8A8. Windows color (decimal): -1474096 or 13664745. OLE color: 13664745.

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

Color convert

RGB 233 129 208 -
CMYK 0 0.45 0.11 0.09
HSL 314.42º 0.7% 0.71% -
HSV(B) 314.42º 0.45% 0.91% -
XYZ 52.84 37.58 64.14 -
YUV 169.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 233 129 208 0 0.45 0.11 0.09 314.42 0.7 0.71
Hex E9 81 D0 0 2D B 9 13A 46 47
Octal 351 201 320 0 55 13 11 472 106 107
Binary 11101001 10000001 11010000 0 101101 1011 1001 100111010 1000110 1000111

Color Harmonies of #E981D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E981D0

Black with #E981D0

Text Example


Text Example

White with #E981D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E981D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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