Html Css Color HEX #E08FDD Plum

📋 copy color: '#E08FDD'

red 224 ◦ green 143 ◦ blue 221

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

Shades of Plum #E08FDD

Tints of Plum #E08FDD

RGB

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

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

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

R = 38.1%
G = 24.32%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E08FDD (or 0xE08FDD) is known color: Plum. HEX triplet: E0, 8F and DD. RGB value is (224,143,221). Sum of RGB (Red+Green+Blue) = 224+143+221=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FDD is #1F7022. Grayscale: #AFAFAF. Windows color (decimal): -2060323 or 14520288. OLE color: 14520288.

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

Color convert

RGB 224 143 221 -
CMYK 0 0.36 0.01 0.12
HSL 302.22º 0.57% 0.72% -
HSV(B) 302.22º 0.36% 0.88% -
XYZ 53.61 40.71 73.44 -
YUV 176.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 224 143 221 0 0.36 0.01 0.12 302.22 0.57 0.72
Hex E0 8F DD 0 24 1 C 12E 39 48
Octal 340 217 335 0 44 1 14 456 71 110
Binary 11100000 10001111 11011101 0 100100 1 1100 100101110 111001 1001000

Color Harmonies of #E08FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FDD

Black with #E08FDD

Text Example


Text Example

White with #E08FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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