Html Css Color HEX #E78BDB Pale Magenta

📋 copy color: '#E78BDB'

red 231 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #E78BDB

Tints of Pale Magenta #E78BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.6%

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

R = 39.22%
G = 23.6%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E78BDB (or 0xE78BDB) is known color: Pale Magenta. HEX triplet: E7, 8B and DB. RGB value is (231,139,219). Sum of RGB (Red+Green+Blue) = 231+139+219=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDB is #187424. Grayscale: #AFAFAF. Windows color (decimal): -1602597 or 14388199. OLE color: 14388199.

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

Color convert

RGB 231 139 219 -
CMYK 0 0.40 0.05 0.09
HSL 307.83º 0.66% 0.73% -
HSV(B) 307.83º 0.4% 0.91% -
XYZ 54.97 40.57 71.95 -
YUV 175.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 231 139 219 0 0.40 0.05 0.09 307.83 0.66 0.73
Hex E7 8B DB 0 28 5 9 134 42 49
Octal 347 213 333 0 50 5 11 464 102 111
Binary 11100111 10001011 11011011 0 101000 101 1001 100110100 1000010 1001001

Color Harmonies of #E78BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78BDB

Black with #E78BDB

Text Example


Text Example

White with #E78BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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