Html Css Color HEX #E48EDD Plum

📋 copy color: '#E48EDD'

red 228 ◦ green 142 ◦ blue 221

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

Shades of Plum #E48EDD

Tints of Plum #E48EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.03%

 BLUE value IS 221 (86.72% from 255) = 37.39%

R = 38.58%
G = 24.03%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E48EDD (or 0xE48EDD) is known color: Plum. HEX triplet: E4, 8E and DD. RGB value is (228,142,221). Sum of RGB (Red+Green+Blue) = 228+142+221=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 228 - color contains mainly: red. Hex color #E48EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48EDD is #1B7122. Grayscale: #B0B0B0. Windows color (decimal): -1798435 or 14520036. OLE color: 14520036.

HSL color Cylindrical-coordinate representation of color #E48EDD: hue angle of 304.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48EDD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 221 -
CMYK 0 0.38 0.03 0.11
HSL 304.88º 0.61% 0.73% -
HSV(B) 304.88º 0.38% 0.89% -
XYZ 54.72 41.06 73.45 -
YUV 176.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 228 142 221 0 0.38 0.03 0.11 304.88 0.61 0.73
Hex E4 8E DD 0 26 3 B 131 3D 49
Octal 344 216 335 0 46 3 13 461 75 111
Binary 11100100 10001110 11011101 0 100110 11 1011 100110001 111101 1001001

Color Harmonies of #E48EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48EDD

Black with #E48EDD

Text Example


Text Example

White with #E48EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48EDD; }

 p { color: rgb(228,142,221); }

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

background-color css

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

 a { background-color: rgb(228,142,221); }

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

border-color css

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

 span { border-color: rgb(228,142,221); }

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