Html Css Color HEX #E8AEEB Plum

📋 copy color: '#E8AEEB'

red 232 ◦ green 174 ◦ blue 235

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

Shades of Plum #E8AEEB

Tints of Plum #E8AEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.15%

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

R = 36.19%
G = 27.15%
B = 36.66%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8AEEB (or 0xE8AEEB) is known color: Plum. HEX triplet: E8, AE and EB. RGB value is (232,174,235). Sum of RGB (Red+Green+Blue) = 232+174+235=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8AEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEEB is #175114. Grayscale: #C6C6C6. Windows color (decimal): -1528085 or 15445736. OLE color: 15445736.

HSL color Cylindrical-coordinate representation of color #E8AEEB: hue angle of 297.05º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8AEEB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 174 235 -
CMYK 0.01 0.26 0 0.08
HSL 297.05º 0.6% 0.8% -
HSV(B) 297.05º 0.26% 0.92% -
XYZ 63.41 53.43 85.57 -
YUV 198.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 232 174 235 0.01 0.26 0 0.08 297.05 0.6 0.8
Hex E8 AE EB 1 1A 0 8 129 3C 50
Octal 350 256 353 1 32 0 10 451 74 120
Binary 11101000 10101110 11101011 1 11010 0 1000 100101001 111100 1010000

Color Harmonies of #E8AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AEEB

Black with #E8AEEB

Text Example


Text Example

White with #E8AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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