Html Css Color HEX #E48FDD Plum

📋 copy color: '#E48FDD'

red 228 ◦ green 143 ◦ blue 221

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

Shades of Plum #E48FDD

Tints of Plum #E48FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.16%

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

R = 38.51%
G = 24.16%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E48FDD (or 0xE48FDD) is known color: Plum. HEX triplet: E4, 8F and DD. RGB value is (228,143,221). Sum of RGB (Red+Green+Blue) = 228+143+221=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E48FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FDD is #1B7022. Grayscale: #B1B1B1. Windows color (decimal): -1798179 or 14520292. OLE color: 14520292.

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

Color convert

RGB 228 143 221 -
CMYK 0 0.37 0.03 0.11
HSL 304.94º 0.61% 0.73% -
HSV(B) 304.94º 0.37% 0.89% -
XYZ 54.87 41.36 73.5 -
YUV 177.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 228 143 221 0 0.37 0.03 0.11 304.94 0.61 0.73
Hex E4 8F DD 0 25 3 B 131 3D 49
Octal 344 217 335 0 45 3 13 461 75 111
Binary 11100100 10001111 11011101 0 100101 11 1011 100110001 111101 1001001

Color Harmonies of #E48FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48FDD

Black with #E48FDD

Text Example


Text Example

White with #E48FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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