Html Css Color HEX #E08BDB Plum

📋 copy color: '#E08BDB'

red 224 ◦ green 139 ◦ blue 219

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

Shades of Plum #E08BDB

Tints of Plum #E08BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 38.49%
G = 23.88%
B = 37.63%

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

#E08BDB (or 0xE08BDB) is known color: Plum. HEX triplet: E0, 8B and DB. RGB value is (224,139,219). Sum of RGB (Red+Green+Blue) = 224+139+219=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BDB is #1F7424. Grayscale: #ADADAD. Windows color (decimal): -2061349 or 14388192. OLE color: 14388192.

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

Color convert

RGB 224 139 219 -
CMYK 0 0.38 0.02 0.12
HSL 303.53º 0.58% 0.71% -
HSV(B) 303.53º 0.38% 0.88% -
XYZ 52.76 39.43 71.85 -
YUV 173.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 224 139 219 0 0.38 0.02 0.12 303.53 0.58 0.71
Hex E0 8B DB 0 26 2 C 130 3A 47
Octal 340 213 333 0 46 2 14 460 72 107
Binary 11100000 10001011 11011011 0 100110 10 1100 100110000 111010 1000111

Color Harmonies of #E08BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BDB

Black with #E08BDB

Text Example


Text Example

White with #E08BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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