Html Css Color HEX #E78AD9 Pale Magenta

📋 copy color: '#E78AD9'

red 231 ◦ green 138 ◦ blue 217

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

Shades of Pale Magenta #E78AD9

Tints of Pale Magenta #E78AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 39.42%
G = 23.55%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E78AD9 (or 0xE78AD9) is known color: Pale Magenta. HEX triplet: E7, 8A and D9. RGB value is (231,138,217). Sum of RGB (Red+Green+Blue) = 231+138+217=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E78AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78AD9 is #187526. Grayscale: #AEAEAE. Windows color (decimal): -1602855 or 14256871. OLE color: 14256871.

HSL color Cylindrical-coordinate representation of color #E78AD9: hue angle of 309.03º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78AD9 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 138 217 -
CMYK 0 0.40 0.06 0.09
HSL 309.03º 0.66% 0.72% -
HSV(B) 309.03º 0.4% 0.91% -
XYZ 54.57 40.18 70.52 -
YUV 174.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 231 138 217 0 0.40 0.06 0.09 309.03 0.66 0.72
Hex E7 8A D9 0 28 6 9 135 42 48
Octal 347 212 331 0 50 6 11 465 102 110
Binary 11100111 10001010 11011001 0 101000 110 1001 100110101 1000010 1001000

Color Harmonies of #E78AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78AD9

Black with #E78AD9

Text Example


Text Example

White with #E78AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78AD9; }

 p { color: rgb(231,138,217); }

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

background-color css

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

 a { background-color: rgb(231,138,217); }

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

border-color css

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

 span { border-color: rgb(231,138,217); }

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