Html Css Color HEX #E782DB Pale Magenta

📋 copy color: '#E782DB'

red 231 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #E782DB

Tints of Pale Magenta #E782DB

RGB

 RED value IS 231 (90.63% from 255) = 39.83%

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

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

R = 39.83%
G = 22.41%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E782DB (or 0xE782DB) is known color: Pale Magenta. HEX triplet: E7, 82 and DB. RGB value is (231,130,219). Sum of RGB (Red+Green+Blue) = 231+130+219=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E782DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782DB is #187D24. Grayscale: #AAAAAA. Windows color (decimal): -1604901 or 14385895. OLE color: 14385895.

HSL color Cylindrical-coordinate representation of color #E782DB: hue angle of 307.13º degrees, saturation: 0.68, 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 #E782DB is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 219 -
CMYK 0 0.44 0.05 0.09
HSL 307.13º 0.68% 0.71% -
HSV(B) 307.13º 0.44% 0.91% -
XYZ 53.72 38.07 71.53 -
YUV 170.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 231 130 219 0 0.44 0.05 0.09 307.13 0.68 0.71
Hex E7 82 DB 0 2C 5 9 133 44 47
Octal 347 202 333 0 54 5 11 463 104 107
Binary 11100111 10000010 11011011 0 101100 101 1001 100110011 1000100 1000111

Color Harmonies of #E782DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782DB

Black with #E782DB

Text Example


Text Example

White with #E782DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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