Html Css Color HEX #E0A8EA Plum

📋 copy color: '#E0A8EA'

red 224 ◦ green 168 ◦ blue 234

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

Shades of Plum #E0A8EA

Tints of Plum #E0A8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 35.78%
G = 26.84%
B = 37.38%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0A8EA (or 0xE0A8EA) is known color: Plum. HEX triplet: E0, A8 and EA. RGB value is (224,168,234). Sum of RGB (Red+Green+Blue) = 224+168+234=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A8EA is #1F5715. Grayscale: #C0C0C0. Windows color (decimal): -2053910 or 15378656. OLE color: 15378656.

HSL color Cylindrical-coordinate representation of color #E0A8EA: hue angle of 290.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A8EA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 168 234 -
CMYK 0.04 0.28 0 0.08
HSL 290.91º 0.61% 0.79% -
HSV(B) 290.91º 0.28% 0.92% -
XYZ 59.59 49.79 84.31 -
YUV 192.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 224 168 234 0.04 0.28 0 0.08 290.91 0.61 0.79
Hex E0 A8 EA 4 1C 0 8 123 3D 4F
Octal 340 250 352 4 34 0 10 443 75 117
Binary 11100000 10101000 11101010 100 11100 0 1000 100100011 111101 1001111

Color Harmonies of #E0A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A8EA

Black with #E0A8EA

Text Example


Text Example

White with #E0A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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