Html Css Color HEX #E78EDB Pale Magenta

📋 copy color: '#E78EDB'

red 231 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #E78EDB

Tints of Pale Magenta #E78EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 39.02%
G = 23.99%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E78EDB (or 0xE78EDB) is known color: Pale Magenta. HEX triplet: E7, 8E and DB. RGB value is (231,142,219). Sum of RGB (Red+Green+Blue) = 231+142+219=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E78EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78EDB is #187124. Grayscale: #B1B1B1. Windows color (decimal): -1601829 or 14388967. OLE color: 14388967.

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

Color convert

RGB 231 142 219 -
CMYK 0 0.39 0.05 0.09
HSL 308.09º 0.65% 0.73% -
HSV(B) 308.09º 0.39% 0.91% -
XYZ 55.41 41.45 72.1 -
YUV 177.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 231 142 219 0 0.39 0.05 0.09 308.09 0.65 0.73
Hex E7 8E DB 0 27 5 9 134 41 49
Octal 347 216 333 0 47 5 11 464 101 111
Binary 11100111 10001110 11011011 0 100111 101 1001 100110100 1000001 1001001

Color Harmonies of #E78EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78EDB

Black with #E78EDB

Text Example


Text Example

White with #E78EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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