Html Css Color HEX #E49FEB Plum

📋 copy color: '#E49FEB'

red 228 ◦ green 159 ◦ blue 235

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

Shades of Plum #E49FEB

Tints of Plum #E49FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.56%

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

R = 36.66%
G = 25.56%
B = 37.78%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E49FEB (or 0xE49FEB) is known color: Plum. HEX triplet: E4, 9F and EB. RGB value is (228,159,235). Sum of RGB (Red+Green+Blue) = 228+159+235=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #E49FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FEB is #1B6014. Grayscale: #BCBCBC. Windows color (decimal): -1794069 or 15441892. OLE color: 15441892.

HSL color Cylindrical-coordinate representation of color #E49FEB: hue angle of 294.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49FEB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 159 235 -
CMYK 0.03 0.32 0 0.08
HSL 294.47º 0.66% 0.77% -
HSV(B) 294.47º 0.32% 0.92% -
XYZ 59.39 47.29 84.59 -
YUV 188.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 228 159 235 0.03 0.32 0 0.08 294.47 0.66 0.77
Hex E4 9F EB 3 20 0 8 126 42 4D
Octal 344 237 353 3 40 0 10 446 102 115
Binary 11100100 10011111 11101011 11 100000 0 1000 100100110 1000010 1001101

Color Harmonies of #E49FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FEB

Black with #E49FEB

Text Example


Text Example

White with #E49FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FEB; }

 p { color: rgb(228,159,235); }

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

background-color css

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

 a { background-color: rgb(228,159,235); }

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

border-color css

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

 span { border-color: rgb(228,159,235); }

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