Html Css Color HEX #E780DC Pale Magenta

📋 copy color: '#E780DC'

red 231 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #E780DC

Tints of Pale Magenta #E780DC

RGB

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

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

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

R = 39.9%
G = 22.11%
B = 38%

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

#E780DC (or 0xE780DC) is known color: Pale Magenta. HEX triplet: E7, 80 and DC. RGB value is (231,128,220). Sum of RGB (Red+Green+Blue) = 231+128+220=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E780DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780DC is #187F23. Grayscale: #A9A9A9. Windows color (decimal): -1605412 or 14450919. OLE color: 14450919.

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

Color convert

RGB 231 128 220 -
CMYK 0 0.45 0.05 0.09
HSL 306.41º 0.68% 0.7% -
HSV(B) 306.41º 0.45% 0.91% -
XYZ 53.59 37.59 72.14 -
YUV 169.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 231 128 220 0 0.45 0.05 0.09 306.41 0.68 0.7
Hex E7 80 DC 0 2D 5 9 132 44 46
Octal 347 200 334 0 55 5 11 462 104 106
Binary 11100111 10000000 11011100 0 101101 101 1001 100110010 1000100 1000110

Color Harmonies of #E780DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780DC

Black with #E780DC

Text Example


Text Example

White with #E780DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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