Html Css Color HEX #E08BDC Plum

📋 copy color: '#E08BDC'

red 224 ◦ green 139 ◦ blue 220

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

Shades of Plum #E08BDC

Tints of Plum #E08BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 38.42%
G = 23.84%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E08BDC (or 0xE08BDC) is known color: Plum. HEX triplet: E0, 8B and DC. RGB value is (224,139,220). Sum of RGB (Red+Green+Blue) = 224+139+220=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BDC is #1F7423. Grayscale: #ADADAD. Windows color (decimal): -2061348 or 14453728. OLE color: 14453728.

HSL color Cylindrical-coordinate representation of color #E08BDC: hue angle of 302.82º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BDC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 139 220 -
CMYK 0 0.38 0.02 0.12
HSL 302.82º 0.58% 0.71% -
HSV(B) 302.82º 0.38% 0.88% -
XYZ 52.89 39.48 72.54 -
YUV 173.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 224 139 220 0 0.38 0.02 0.12 302.82 0.58 0.71
Hex E0 8B DC 0 26 2 C 12F 3A 47
Octal 340 213 334 0 46 2 14 457 72 107
Binary 11100000 10001011 11011100 0 100110 10 1100 100101111 111010 1000111

Color Harmonies of #E08BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BDC

Black with #E08BDC

Text Example


Text Example

White with #E08BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BDC; }

 p { color: rgb(224,139,220); }

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

background-color css

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

 a { background-color: rgb(224,139,220); }

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

border-color css

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

 span { border-color: rgb(224,139,220); }

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