Html Css Color HEX #E48BDA Plum

📋 copy color: '#E48BDA'

red 228 ◦ green 139 ◦ blue 218

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

Shades of Plum #E48BDA

Tints of Plum #E48BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 38.97%
G = 23.76%
B = 37.26%

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

#E48BDA (or 0xE48BDA) is known color: Plum. HEX triplet: E4, 8B and DA. RGB value is (228,139,218). Sum of RGB (Red+Green+Blue) = 228+139+218=585 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.97% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BDA is #1B7425. Grayscale: #AEAEAE. Windows color (decimal): -1799206 or 14322660. OLE color: 14322660.

HSL color Cylindrical-coordinate representation of color #E48BDA: hue angle of 306.74º 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 #E48BDA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 139 218 -
CMYK 0 0.39 0.04 0.11
HSL 306.74º 0.62% 0.72% -
HSV(B) 306.74º 0.39% 0.89% -
XYZ 53.88 40.02 71.21 -
YUV 174.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 228 139 218 0 0.39 0.04 0.11 306.74 0.62 0.72
Hex E4 8B DA 0 27 4 B 133 3E 48
Octal 344 213 332 0 47 4 13 463 76 110
Binary 11100100 10001011 11011010 0 100111 100 1011 100110011 111110 1001000

Color Harmonies of #E48BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48BDA

Black with #E48BDA

Text Example


Text Example

White with #E48BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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