Html Css Color HEX #E78EDD Pale Magenta

📋 copy color: '#E78EDD'

red 231 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #E78EDD

Tints of Pale Magenta #E78EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 38.89%
G = 23.91%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E78EDD (or 0xE78EDD) is known color: Pale Magenta. HEX triplet: E7, 8E and DD. RGB value is (231,142,221). Sum of RGB (Red+Green+Blue) = 231+142+221=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78EDD is #187122. Grayscale: #B1B1B1. Windows color (decimal): -1601827 or 14520039. OLE color: 14520039.

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

Color convert

RGB 231 142 221 -
CMYK 0 0.39 0.04 0.09
HSL 306.74º 0.65% 0.73% -
HSV(B) 306.74º 0.39% 0.91% -
XYZ 55.68 41.56 73.49 -
YUV 177.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 231 142 221 0 0.39 0.04 0.09 306.74 0.65 0.73
Hex E7 8E DD 0 27 4 9 133 41 49
Octal 347 216 335 0 47 4 11 463 101 111
Binary 11100111 10001110 11011101 0 100111 100 1001 100110011 1000001 1001001

Color Harmonies of #E78EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78EDD

Black with #E78EDD

Text Example


Text Example

White with #E78EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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