Html Css Color HEX #E78EDA Pale Magenta

📋 copy color: '#E78EDA'

red 231 ◦ green 142 ◦ blue 218

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

Shades of Pale Magenta #E78EDA

Tints of Pale Magenta #E78EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.03%

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

R = 39.09%
G = 24.03%
B = 36.89%

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

#E78EDA (or 0xE78EDA) is known color: Pale Magenta. HEX triplet: E7, 8E and DA. RGB value is (231,142,218). Sum of RGB (Red+Green+Blue) = 231+142+218=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78EDA is #187125. Grayscale: #B1B1B1. Windows color (decimal): -1601830 or 14323431. OLE color: 14323431.

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

Color convert

RGB 231 142 218 -
CMYK 0 0.39 0.06 0.09
HSL 308.76º 0.65% 0.73% -
HSV(B) 308.76º 0.39% 0.91% -
XYZ 55.28 41.4 71.41 -
YUV 177.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 231 142 218 0 0.39 0.06 0.09 308.76 0.65 0.73
Hex E7 8E DA 0 27 6 9 135 41 49
Octal 347 216 332 0 47 6 11 465 101 111
Binary 11100111 10001110 11011010 0 100111 110 1001 100110101 1000001 1001001

Color Harmonies of #E78EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78EDA

Black with #E78EDA

Text Example


Text Example

White with #E78EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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