Html Css Color HEX #E08DDA Plum

📋 copy color: '#E08DDA'

red 224 ◦ green 141 ◦ blue 218

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

Shades of Plum #E08DDA

Tints of Plum #E08DDA

RGB

 RED value IS 224 (87.89% from 255) = 38.42%

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

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

R = 38.42%
G = 24.19%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E08DDA (or 0xE08DDA) is known color: Plum. HEX triplet: E0, 8D and DA. RGB value is (224,141,218). Sum of RGB (Red+Green+Blue) = 224+141+218=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DDA is #1F7225. Grayscale: #AEAEAE. Windows color (decimal): -2060838 or 14323168. OLE color: 14323168.

HSL color Cylindrical-coordinate representation of color #E08DDA: hue angle of 304.34º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DDA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 218 -
CMYK 0 0.37 0.03 0.12
HSL 304.34º 0.57% 0.72% -
HSV(B) 304.34º 0.37% 0.88% -
XYZ 52.92 39.96 71.25 -
YUV 174.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 224 141 218 0 0.37 0.03 0.12 304.34 0.57 0.72
Hex E0 8D DA 0 25 3 C 130 39 48
Octal 340 215 332 0 45 3 14 460 71 110
Binary 11100000 10001101 11011010 0 100101 11 1100 100110000 111001 1001000

Color Harmonies of #E08DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DDA

Black with #E08DDA

Text Example


Text Example

White with #E08DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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