Html Css Color HEX #E78CDB Pale Magenta

📋 copy color: '#E78CDB'

red 231 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #E78CDB

Tints of Pale Magenta #E78CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.73%

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

R = 39.15%
G = 23.73%
B = 37.12%

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

#E78CDB (or 0xE78CDB) is known color: Pale Magenta. HEX triplet: E7, 8C and DB. RGB value is (231,140,219). Sum of RGB (Red+Green+Blue) = 231+140+219=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CDB is #187324. Grayscale: #AFAFAF. Windows color (decimal): -1602341 or 14388455. OLE color: 14388455.

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

Color convert

RGB 231 140 219 -
CMYK 0 0.39 0.05 0.09
HSL 307.91º 0.65% 0.73% -
HSV(B) 307.91º 0.39% 0.91% -
XYZ 55.12 40.86 72 -
YUV 176.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 231 140 219 0 0.39 0.05 0.09 307.91 0.65 0.73
Hex E7 8C DB 0 27 5 9 134 41 49
Octal 347 214 333 0 47 5 11 464 101 111
Binary 11100111 10001100 11011011 0 100111 101 1001 100110100 1000001 1001001

Color Harmonies of #E78CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78CDB

Black with #E78CDB

Text Example


Text Example

White with #E78CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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