Html Css Color HEX #E7A0DD Plum

📋 copy color: '#E7A0DD'

red 231 ◦ green 160 ◦ blue 221

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

Shades of Plum #E7A0DD

Tints of Plum #E7A0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.14%

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

R = 37.75%
G = 26.14%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E7A0DD (or 0xE7A0DD) is known color: Plum. HEX triplet: E7, A0 and DD. RGB value is (231,160,221). Sum of RGB (Red+Green+Blue) = 231+160+221=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0DD is #185F22. Grayscale: #BCBCBC. Windows color (decimal): -1597219 or 14524647. OLE color: 14524647.

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

Color convert

RGB 231 160 221 -
CMYK 0 0.31 0.04 0.09
HSL 308.45º 0.6% 0.77% -
HSV(B) 308.45º 0.31% 0.91% -
XYZ 58.58 47.35 74.46 -
YUV 188.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 231 160 221 0 0.31 0.04 0.09 308.45 0.6 0.77
Hex E7 A0 DD 0 1F 4 9 134 3C 4D
Octal 347 240 335 0 37 4 11 464 74 115
Binary 11100111 10100000 11011101 0 11111 100 1001 100110100 111100 1001101

Color Harmonies of #E7A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A0DD

Black with #E7A0DD

Text Example


Text Example

White with #E7A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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