Html Css Color HEX #E08ADB Plum

📋 copy color: '#E08ADB'

red 224 ◦ green 138 ◦ blue 219

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

Shades of Plum #E08ADB

Tints of Plum #E08ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.75%

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

R = 38.55%
G = 23.75%
B = 37.69%

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

#E08ADB (or 0xE08ADB) is known color: Plum. HEX triplet: E0, 8A and DB. RGB value is (224,138,219). Sum of RGB (Red+Green+Blue) = 224+138+219=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ADB is #1F7524. Grayscale: #ACACAC. Windows color (decimal): -2061605 or 14387936. OLE color: 14387936.

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

Color convert

RGB 224 138 219 -
CMYK 0 0.38 0.02 0.12
HSL 303.49º 0.58% 0.71% -
HSV(B) 303.49º 0.38% 0.88% -
XYZ 52.62 39.14 71.8 -
YUV 172.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 224 138 219 0 0.38 0.02 0.12 303.49 0.58 0.71
Hex E0 8A DB 0 26 2 C 12F 3A 47
Octal 340 212 333 0 46 2 14 457 72 107
Binary 11100000 10001010 11011011 0 100110 10 1100 100101111 111010 1000111

Color Harmonies of #E08ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08ADB

Black with #E08ADB

Text Example


Text Example

White with #E08ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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