Html Css Color HEX #E49AF1 Plum

📋 copy color: '#E49AF1'

red 228 ◦ green 154 ◦ blue 241

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

Shades of Plum #E49AF1

Tints of Plum #E49AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 36.6%
G = 24.72%
B = 38.68%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E49AF1 (or 0xE49AF1) is known color: Plum. HEX triplet: E4, 9A and F1. RGB value is (228,154,241). Sum of RGB (Red+Green+Blue) = 228+154+241=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #E49AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49AF1 is #1B650E. Grayscale: #B9B9B9. Windows color (decimal): -1795343 or 15833828. OLE color: 15833828.

HSL color Cylindrical-coordinate representation of color #E49AF1: hue angle of 291.03º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E49AF1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 154 241 -
CMYK 0.05 0.36 0 0.05
HSL 291.03º 0.76% 0.77% -
HSV(B) 291.03º 0.36% 0.95% -
XYZ 59.43 45.96 88.96 -
YUV 186.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 228 154 241 0.05 0.36 0 0.05 291.03 0.76 0.77
Hex E4 9A F1 5 24 0 5 123 4C 4D
Octal 344 232 361 5 44 0 5 443 114 115
Binary 11100100 10011010 11110001 101 100100 0 101 100100011 1001100 1001101

Color Harmonies of #E49AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49AF1

Black with #E49AF1

Text Example


Text Example

White with #E49AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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