Html Css Color HEX #E5A8EA Plum

📋 copy color: '#E5A8EA'

red 229 ◦ green 168 ◦ blue 234

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

Shades of Plum #E5A8EA

Tints of Plum #E5A8EA

RGB

 RED value IS 229 (89.84% from 255) = 36.29%

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

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

R = 36.29%
G = 26.62%
B = 37.08%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5A8EA (or 0xE5A8EA) is known color: Plum. HEX triplet: E5, A8 and EA. RGB value is (229,168,234). Sum of RGB (Red+Green+Blue) = 229+168+234=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8EA is #1A5715. Grayscale: #C1C1C1. Windows color (decimal): -1726230 or 15378661. OLE color: 15378661.

HSL color Cylindrical-coordinate representation of color #E5A8EA: hue angle of 295.45º 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 #E5A8EA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 168 234 -
CMYK 0.02 0.28 0 0.08
HSL 295.45º 0.61% 0.79% -
HSV(B) 295.45º 0.28% 0.92% -
XYZ 61.17 50.6 84.39 -
YUV 193.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 229 168 234 0.02 0.28 0 0.08 295.45 0.61 0.79
Hex E5 A8 EA 2 1C 0 8 127 3D 4F
Octal 345 250 352 2 34 0 10 447 75 117
Binary 11100101 10101000 11101010 10 11100 0 1000 100100111 111101 1001111

Color Harmonies of #E5A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A8EA

Black with #E5A8EA

Text Example


Text Example

White with #E5A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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