Html Css Color HEX #E49AE8 Plum

📋 copy color: '#E49AE8'

red 228 ◦ green 154 ◦ blue 232

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

Shades of Plum #E49AE8

Tints of Plum #E49AE8

RGB

 RED value IS 228 (89.45% from 255) = 37.13%

 GREEN value IS 154 (60.55% from 255) = 25.08%

 BLUE value IS 232 (91.02% from 255) = 37.79%

R = 37.13%
G = 25.08%
B = 37.79%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E49AE8 (or 0xE49AE8) is known color: Plum. HEX triplet: E4, 9A and E8. RGB value is (228,154,232). Sum of RGB (Red+Green+Blue) = 228+154+232=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #E49AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AE8 is #1B6517. Grayscale: #B8B8B8. Windows color (decimal): -1795352 or 15244004. OLE color: 15244004.

HSL color Cylindrical-coordinate representation of color #E49AE8: hue angle of 296.92º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49AE8 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 228 154 232 -
CMYK 0.02 0.34 0 0.09
HSL 296.92º 0.63% 0.76% -
HSV(B) 296.92º 0.34% 0.91% -
XYZ 58.12 45.43 82.05 -
YUV 185.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 228 154 232 0.02 0.34 0 0.09 296.92 0.63 0.76
Hex E4 9A E8 2 22 0 9 129 3F 4C
Octal 344 232 350 2 42 0 11 451 77 114
Binary 11100100 10011010 11101000 10 100010 0 1001 100101001 111111 1001100

Color Harmonies of #E49AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49AE8

Black with #E49AE8

Text Example


Text Example

White with #E49AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49AE8; }

 p { color: rgb(228,154,232); }

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

background-color css

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

 a { background-color: rgb(228,154,232); }

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

border-color css

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

 span { border-color: rgb(228,154,232); }

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