Html Css Color HEX #E7A7DE Plum

📋 copy color: '#E7A7DE'

red 231 ◦ green 167 ◦ blue 222

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

Shades of Plum #E7A7DE

Tints of Plum #E7A7DE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.94%

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

R = 37.26%
G = 26.94%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E7A7DE (or 0xE7A7DE) is known color: Plum. HEX triplet: E7, A7 and DE. RGB value is (231,167,222). Sum of RGB (Red+Green+Blue) = 231+167+222=620 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.26% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A7DE is #185821. Grayscale: #C0C0C0. Windows color (decimal): -1595426 or 14591975. OLE color: 14591975.

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

Color convert

RGB 231 167 222 -
CMYK 0 0.28 0.04 0.09
HSL 308.44º 0.57% 0.78% -
HSV(B) 308.44º 0.28% 0.91% -
XYZ 59.96 49.9 75.58 -
YUV 192.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 231 167 222 0 0.28 0.04 0.09 308.44 0.57 0.78
Hex E7 A7 DE 0 1C 4 9 134 39 4E
Octal 347 247 336 0 34 4 11 464 71 116
Binary 11100111 10100111 11011110 0 11100 100 1001 100110100 111001 1001110

Color Harmonies of #E7A7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A7DE

Black with #E7A7DE

Text Example


Text Example

White with #E7A7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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