Html Css Color HEX #E8A4EB Plum

📋 copy color: '#E8A4EB'

red 232 ◦ green 164 ◦ blue 235

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

Shades of Plum #E8A4EB

Tints of Plum #E8A4EB

RGB

 RED value IS 232 (91.02% from 255) = 36.77%

 GREEN value IS 164 (64.45% from 255) = 25.99%

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 36.77%
G = 25.99%
B = 37.24%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8A4EB (or 0xE8A4EB) is known color: Plum. HEX triplet: E8, A4 and EB. RGB value is (232,164,235). Sum of RGB (Red+Green+Blue) = 232+164+235=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8A4EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A4EB is #175B14. Grayscale: #C0C0C0. Windows color (decimal): -1530645 or 15443176. OLE color: 15443176.

HSL color Cylindrical-coordinate representation of color #E8A4EB: hue angle of 297.46º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8A4EB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 164 235 -
CMYK 0.01 0.30 0 0.08
HSL 297.46º 0.64% 0.78% -
HSV(B) 297.46º 0.3% 0.92% -
XYZ 61.55 49.7 84.95 -
YUV 192.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 232 164 235 0.01 0.30 0 0.08 297.46 0.64 0.78
Hex E8 A4 EB 1 1E 0 8 129 40 4E
Octal 350 244 353 1 36 0 10 451 100 116
Binary 11101000 10100100 11101011 1 11110 0 1000 100101001 1000000 1001110

Color Harmonies of #E8A4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A4EB

Black with #E8A4EB

Text Example


Text Example

White with #E8A4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A4EB; }

 p { color: rgb(232,164,235); }

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

background-color css

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

 a { background-color: rgb(232,164,235); }

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

border-color css

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

 span { border-color: rgb(232,164,235); }

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