Html Css Color HEX #E7A8DE Plum

📋 copy color: '#E7A8DE'

red 231 ◦ green 168 ◦ blue 222

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

Shades of Plum #E7A8DE

Tints of Plum #E7A8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.05%

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

R = 37.2%
G = 27.05%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E7A8DE (or 0xE7A8DE) is known color: Plum. HEX triplet: E7, A8 and DE. RGB value is (231,168,222). Sum of RGB (Red+Green+Blue) = 231+168+222=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8DE is #185721. Grayscale: #C0C0C0. Windows color (decimal): -1595170 or 14592231. OLE color: 14592231.

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

Color convert

RGB 231 168 222 -
CMYK 0 0.27 0.04 0.09
HSL 308.57º 0.57% 0.78% -
HSV(B) 308.57º 0.27% 0.91% -
XYZ 60.14 50.27 75.64 -
YUV 192.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 231 168 222 0 0.27 0.04 0.09 308.57 0.57 0.78
Hex E7 A8 DE 0 1B 4 9 135 39 4E
Octal 347 250 336 0 33 4 11 465 71 116
Binary 11100111 10101000 11011110 0 11011 100 1001 100110101 111001 1001110

Color Harmonies of #E7A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A8DE

Black with #E7A8DE

Text Example


Text Example

White with #E7A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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