Html Css Color HEX #E78DDA Pale Magenta

📋 copy color: '#E78DDA'

red 231 ◦ green 141 ◦ blue 218

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

Shades of Pale Magenta #E78DDA

Tints of Pale Magenta #E78DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.9%

 BLUE value IS 218 (85.55% from 255) = 36.95%

R = 39.15%
G = 23.9%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E78DDA (or 0xE78DDA) is known color: Pale Magenta. HEX triplet: E7, 8D and DA. RGB value is (231,141,218). Sum of RGB (Red+Green+Blue) = 231+141+218=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DDA is #187225. Grayscale: #B0B0B0. Windows color (decimal): -1602086 or 14323175. OLE color: 14323175.

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

Color convert

RGB 231 141 218 -
CMYK 0 0.39 0.06 0.09
HSL 308.67º 0.65% 0.73% -
HSV(B) 308.67º 0.39% 0.91% -
XYZ 55.13 41.1 71.36 -
YUV 176.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 231 141 218 0 0.39 0.06 0.09 308.67 0.65 0.73
Hex E7 8D DA 0 27 6 9 135 41 49
Octal 347 215 332 0 47 6 11 465 101 111
Binary 11100111 10001101 11011010 0 100111 110 1001 100110101 1000001 1001001

Color Harmonies of #E78DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78DDA

Black with #E78DDA

Text Example


Text Example

White with #E78DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78DDA; }

 p { color: rgb(231,141,218); }

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

background-color css

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

 a { background-color: rgb(231,141,218); }

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

border-color css

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

 span { border-color: rgb(231,141,218); }

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