Html Css Color HEX #E78FDD Plum

📋 copy color: '#E78FDD'

red 231 ◦ green 143 ◦ blue 221

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

Shades of Plum #E78FDD

Tints of Plum #E78FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.03%

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

R = 38.82%
G = 24.03%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E78FDD (or 0xE78FDD) is known color: Plum. HEX triplet: E7, 8F and DD. RGB value is (231,143,221). Sum of RGB (Red+Green+Blue) = 231+143+221=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDD is #187022. Grayscale: #B1B1B1. Windows color (decimal): -1601571 or 14520295. OLE color: 14520295.

HSL color Cylindrical-coordinate representation of color #E78FDD: hue angle of 306.82º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FDD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 143 221 -
CMYK 0 0.38 0.04 0.09
HSL 306.82º 0.65% 0.73% -
HSV(B) 306.82º 0.38% 0.91% -
XYZ 55.83 41.85 73.54 -
YUV 178.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 231 143 221 0 0.38 0.04 0.09 306.82 0.65 0.73
Hex E7 8F DD 0 26 4 9 133 41 49
Octal 347 217 335 0 46 4 11 463 101 111
Binary 11100111 10001111 11011101 0 100110 100 1001 100110011 1000001 1001001

Color Harmonies of #E78FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78FDD

Black with #E78FDD

Text Example


Text Example

White with #E78FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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