Html Css Color HEX #E78FDE Plum

📋 copy color: '#E78FDE'

red 231 ◦ green 143 ◦ blue 222

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

Shades of Plum #E78FDE

Tints of Plum #E78FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 38.76%
G = 23.99%
B = 37.25%

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

#E78FDE (or 0xE78FDE) is known color: Plum. HEX triplet: E7, 8F and DE. RGB value is (231,143,222). Sum of RGB (Red+Green+Blue) = 231+143+222=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78FDE is #187021. Grayscale: #B2B2B2. Windows color (decimal): -1601570 or 14585831. OLE color: 14585831.

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

Color convert

RGB 231 143 222 -
CMYK 0 0.38 0.04 0.09
HSL 306.14º 0.65% 0.73% -
HSV(B) 306.14º 0.38% 0.91% -
XYZ 55.96 41.91 74.25 -
YUV 178.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 231 143 222 0 0.38 0.04 0.09 306.14 0.65 0.73
Hex E7 8F DE 0 26 4 9 132 41 49
Octal 347 217 336 0 46 4 11 462 101 111
Binary 11100111 10001111 11011110 0 100110 100 1001 100110010 1000001 1001001

Color Harmonies of #E78FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78FDE

Black with #E78FDE

Text Example


Text Example

White with #E78FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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