Html Css Color HEX #E48BDB Plum

📋 copy color: '#E48BDB'

red 228 ◦ green 139 ◦ blue 219

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

Shades of Plum #E48BDB

Tints of Plum #E48BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.72%

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 38.91%
G = 23.72%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E48BDB (or 0xE48BDB) is known color: Plum. HEX triplet: E4, 8B and DB. RGB value is (228,139,219). Sum of RGB (Red+Green+Blue) = 228+139+219=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BDB is #1B7424. Grayscale: #AEAEAE. Windows color (decimal): -1799205 or 14388196. OLE color: 14388196.

HSL color Cylindrical-coordinate representation of color #E48BDB: hue angle of 306.07º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BDB is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 139 219 -
CMYK 0 0.39 0.04 0.11
HSL 306.07º 0.62% 0.72% -
HSV(B) 306.07º 0.39% 0.89% -
XYZ 54.01 40.07 71.91 -
YUV 174.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 228 139 219 0 0.39 0.04 0.11 306.07 0.62 0.72
Hex E4 8B DB 0 27 4 B 132 3E 48
Octal 344 213 333 0 47 4 13 462 76 110
Binary 11100100 10001011 11011011 0 100111 100 1011 100110010 111110 1001000

Color Harmonies of #E48BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BDB

Black with #E48BDB

Text Example


Text Example

White with #E48BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BDB; }

 p { color: rgb(228,139,219); }

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

background-color css

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

 a { background-color: rgb(228,139,219); }

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

border-color css

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

 span { border-color: rgb(228,139,219); }

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