Html Css Color HEX #E78ADB Pale Magenta

📋 copy color: '#E78ADB'

red 231 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #E78ADB

Tints of Pale Magenta #E78ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.47%

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

R = 39.29%
G = 23.47%
B = 37.24%

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

#E78ADB (or 0xE78ADB) is known color: Pale Magenta. HEX triplet: E7, 8A and DB. RGB value is (231,138,219). Sum of RGB (Red+Green+Blue) = 231+138+219=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ADB is #187524. Grayscale: #AEAEAE. Windows color (decimal): -1602853 or 14387943. OLE color: 14387943.

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

Color convert

RGB 231 138 219 -
CMYK 0 0.40 0.05 0.09
HSL 307.74º 0.66% 0.72% -
HSV(B) 307.74º 0.4% 0.91% -
XYZ 54.83 40.28 71.9 -
YUV 175.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 231 138 219 0 0.40 0.05 0.09 307.74 0.66 0.72
Hex E7 8A DB 0 28 5 9 134 42 48
Octal 347 212 333 0 50 5 11 464 102 110
Binary 11100111 10001010 11011011 0 101000 101 1001 100110100 1000010 1001000

Color Harmonies of #E78ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78ADB

Black with #E78ADB

Text Example


Text Example

White with #E78ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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