Html Css Color HEX #E08DDD Plum

📋 copy color: '#E08DDD'

red 224 ◦ green 141 ◦ blue 221

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

Shades of Plum #E08DDD

Tints of Plum #E08DDD

RGB

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

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

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

R = 38.23%
G = 24.06%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E08DDD (or 0xE08DDD) is known color: Plum. HEX triplet: E0, 8D and DD. RGB value is (224,141,221). Sum of RGB (Red+Green+Blue) = 224+141+221=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DDD is #1F7222. Grayscale: #AEAEAE. Windows color (decimal): -2060835 or 14519776. OLE color: 14519776.

HSL color Cylindrical-coordinate representation of color #E08DDD: hue angle of 302.17º 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 #E08DDD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 141 221 -
CMYK 0 0.37 0.01 0.12
HSL 302.17º 0.57% 0.72% -
HSV(B) 302.17º 0.37% 0.88% -
XYZ 53.32 40.12 73.34 -
YUV 174.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 224 141 221 0 0.37 0.01 0.12 302.17 0.57 0.72
Hex E0 8D DD 0 25 1 C 12E 39 48
Octal 340 215 335 0 45 1 14 456 71 110
Binary 11100000 10001101 11011101 0 100101 1 1100 100101110 111001 1001000

Color Harmonies of #E08DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DDD

Black with #E08DDD

Text Example


Text Example

White with #E08DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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