Html Css Color HEX #E08FDB Plum

📋 copy color: '#E08FDB'

red 224 ◦ green 143 ◦ blue 219

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

Shades of Plum #E08FDB

Tints of Plum #E08FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.4%

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

R = 38.23%
G = 24.4%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E08FDB (or 0xE08FDB) is known color: Plum. HEX triplet: E0, 8F and DB. RGB value is (224,143,219). Sum of RGB (Red+Green+Blue) = 224+143+219=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDB is #1F7024. Grayscale: #AFAFAF. Windows color (decimal): -2060325 or 14389216. OLE color: 14389216.

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

Color convert

RGB 224 143 219 -
CMYK 0 0.36 0.02 0.12
HSL 303.7º 0.57% 0.72% -
HSV(B) 303.7º 0.36% 0.88% -
XYZ 53.35 40.61 72.04 -
YUV 175.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 224 143 219 0 0.36 0.02 0.12 303.7 0.57 0.72
Hex E0 8F DB 0 24 2 C 130 39 48
Octal 340 217 333 0 44 2 14 460 71 110
Binary 11100000 10001111 11011011 0 100100 10 1100 100110000 111001 1001000

Color Harmonies of #E08FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FDB

Black with #E08FDB

Text Example


Text Example

White with #E08FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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