Html Css Color HEX #E780DB Pale Magenta

📋 copy color: '#E780DB'

red 231 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #E780DB

Tints of Pale Magenta #E780DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.15%

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

R = 39.97%
G = 22.15%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E780DB (or 0xE780DB) is known color: Pale Magenta. HEX triplet: E7, 80 and DB. RGB value is (231,128,219). Sum of RGB (Red+Green+Blue) = 231+128+219=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E780DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780DB is #187F24. Grayscale: #A8A8A8. Windows color (decimal): -1605413 or 14385383. OLE color: 14385383.

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

Color convert

RGB 231 128 219 -
CMYK 0 0.45 0.05 0.09
HSL 306.99º 0.68% 0.7% -
HSV(B) 306.99º 0.45% 0.91% -
XYZ 53.46 37.54 71.45 -
YUV 169.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 231 128 219 0 0.45 0.05 0.09 306.99 0.68 0.7
Hex E7 80 DB 0 2D 5 9 133 44 46
Octal 347 200 333 0 55 5 11 463 104 106
Binary 11100111 10000000 11011011 0 101101 101 1001 100110011 1000100 1000110

Color Harmonies of #E780DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780DB

Black with #E780DB

Text Example


Text Example

White with #E780DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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