Html Css Color HEX #E982DB Pale Magenta

📋 copy color: '#E982DB'

red 233 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #E982DB

Tints of Pale Magenta #E982DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.34%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 40.03%
G = 22.34%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E982DB (or 0xE982DB) is known color: Pale Magenta. HEX triplet: E9, 82 and DB. RGB value is (233,130,219). Sum of RGB (Red+Green+Blue) = 233+130+219=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E982DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982DB is #167D24. Grayscale: #AAAAAA. Windows color (decimal): -1473829 or 14385897. OLE color: 14385897.

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

Color convert

RGB 233 130 219 -
CMYK 0 0.44 0.06 0.09
HSL 308.16º 0.7% 0.71% -
HSV(B) 308.16º 0.44% 0.91% -
XYZ 54.37 38.4 71.56 -
YUV 170.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 233 130 219 0 0.44 0.06 0.09 308.16 0.7 0.71
Hex E9 82 DB 0 2C 6 9 134 46 47
Octal 351 202 333 0 54 6 11 464 106 107
Binary 11101001 10000010 11011011 0 101100 110 1001 100110100 1000110 1000111

Color Harmonies of #E982DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982DB

Black with #E982DB

Text Example


Text Example

White with #E982DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982DB; }

 p { color: rgb(233,130,219); }

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

background-color css

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

 a { background-color: rgb(233,130,219); }

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

border-color css

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

 span { border-color: rgb(233,130,219); }

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