Html Css Color HEX #E78BDC Pale Magenta

📋 copy color: '#E78BDC'

red 231 ◦ green 139 ◦ blue 220

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

Shades of Pale Magenta #E78BDC

Tints of Pale Magenta #E78BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 39.15%
G = 23.56%
B = 37.29%

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

#E78BDC (or 0xE78BDC) is known color: Pale Magenta. HEX triplet: E7, 8B and DC. RGB value is (231,139,220). Sum of RGB (Red+Green+Blue) = 231+139+220=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDC is #187423. Grayscale: #AFAFAF. Windows color (decimal): -1602596 or 14453735. OLE color: 14453735.

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

Color convert

RGB 231 139 220 -
CMYK 0 0.40 0.05 0.09
HSL 307.17º 0.66% 0.73% -
HSV(B) 307.17º 0.4% 0.91% -
XYZ 55.11 40.62 72.65 -
YUV 175.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 231 139 220 0 0.40 0.05 0.09 307.17 0.66 0.73
Hex E7 8B DC 0 28 5 9 133 42 49
Octal 347 213 334 0 50 5 11 463 102 111
Binary 11100111 10001011 11011100 0 101000 101 1001 100110011 1000010 1001001

Color Harmonies of #E78BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78BDC

Black with #E78BDC

Text Example


Text Example

White with #E78BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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