Html Css Color HEX #E0A8E5 Plum

📋 copy color: '#E0A8E5'

red 224 ◦ green 168 ◦ blue 229

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

Shades of Plum #E0A8E5

Tints of Plum #E0A8E5

RGB

 RED value IS 224 (87.89% from 255) = 36.07%

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

 BLUE value IS 229 (89.84% from 255) = 36.88%

R = 36.07%
G = 27.05%
B = 36.88%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0A8E5 (or 0xE0A8E5) is known color: Plum. HEX triplet: E0, A8 and E5. RGB value is (224,168,229). Sum of RGB (Red+Green+Blue) = 224+168+229=621 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.07% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0A8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8E5 is #1F571A. Grayscale: #BFBFBF. Windows color (decimal): -2053915 or 15050976. OLE color: 15050976.

HSL color Cylindrical-coordinate representation of color #E0A8E5: hue angle of 295.08º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0A8E5 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 168 229 -
CMYK 0.02 0.27 0 0.10
HSL 295.08º 0.54% 0.78% -
HSV(B) 295.08º 0.27% 0.9% -
XYZ 58.89 49.51 80.58 -
YUV 191.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 224 168 229 0.02 0.27 0 0.10 295.08 0.54 0.78
Hex E0 A8 E5 2 1B 0 A 127 36 4E
Octal 340 250 345 2 33 0 12 447 66 116
Binary 11100000 10101000 11100101 10 11011 0 1010 100100111 110110 1001110

Color Harmonies of #E0A8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A8E5

Black with #E0A8E5

Text Example


Text Example

White with #E0A8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A8E5; }

 p { color: rgb(224,168,229); }

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

background-color css

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

 a { background-color: rgb(224,168,229); }

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

border-color css

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

 span { border-color: rgb(224,168,229); }

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