Html Css Color HEX #E38DDA Plum

📋 copy color: '#E38DDA'

red 227 ◦ green 141 ◦ blue 218

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

Shades of Plum #E38DDA

Tints of Plum #E38DDA

RGB

 RED value IS 227 (89.06% from 255) = 38.74%

 GREEN value IS 141 (55.47% from 255) = 24.06%

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

R = 38.74%
G = 24.06%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E38DDA (or 0xE38DDA) is known color: Plum. HEX triplet: E3, 8D and DA. RGB value is (227,141,218). Sum of RGB (Red+Green+Blue) = 227+141+218=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DDA is #1C7225. Grayscale: #AFAFAF. Windows color (decimal): -1864230 or 14323171. OLE color: 14323171.

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

Color convert

RGB 227 141 218 -
CMYK 0 0.38 0.04 0.11
HSL 306.28º 0.61% 0.72% -
HSV(B) 306.28º 0.38% 0.89% -
XYZ 53.86 40.44 71.3 -
YUV 175.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 227 141 218 0 0.38 0.04 0.11 306.28 0.61 0.72
Hex E3 8D DA 0 26 4 B 132 3D 48
Octal 343 215 332 0 46 4 13 462 75 110
Binary 11100011 10001101 11011010 0 100110 100 1011 100110010 111101 1001000

Color Harmonies of #E38DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38DDA

Black with #E38DDA

Text Example


Text Example

White with #E38DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38DDA; }

 p { color: rgb(227,141,218); }

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

background-color css

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

 a { background-color: rgb(227,141,218); }

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

border-color css

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

 span { border-color: rgb(227,141,218); }

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