Html Css Color HEX #E78BDD Pale Magenta

📋 copy color: '#E78BDD'

red 231 ◦ green 139 ◦ blue 221

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

Shades of Pale Magenta #E78BDD

Tints of Pale Magenta #E78BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 39.09%
G = 23.52%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E78BDD (or 0xE78BDD) is known color: Pale Magenta. HEX triplet: E7, 8B and DD. RGB value is (231,139,221). Sum of RGB (Red+Green+Blue) = 231+139+221=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDD is #187422. Grayscale: #AFAFAF. Windows color (decimal): -1602595 or 14519271. OLE color: 14519271.

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

Color convert

RGB 231 139 221 -
CMYK 0 0.40 0.04 0.09
HSL 306.52º 0.66% 0.73% -
HSV(B) 306.52º 0.4% 0.91% -
XYZ 55.24 40.67 73.35 -
YUV 175.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 231 139 221 0 0.40 0.04 0.09 306.52 0.66 0.73
Hex E7 8B DD 0 28 4 9 133 42 49
Octal 347 213 335 0 50 4 11 463 102 111
Binary 11100111 10001011 11011101 0 101000 100 1001 100110011 1000010 1001001

Color Harmonies of #E78BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78BDD

Black with #E78BDD

Text Example


Text Example

White with #E78BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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