Html Css Color HEX #E08DDF Plum

📋 copy color: '#E08DDF'

red 224 ◦ green 141 ◦ blue 223

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

Shades of Plum #E08DDF

Tints of Plum #E08DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.98%

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 38.1%
G = 23.98%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E08DDF (or 0xE08DDF) is known color: Plum. HEX triplet: E0, 8D and DF. RGB value is (224,141,223). Sum of RGB (Red+Green+Blue) = 224+141+223=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DDF is #1F7220. Grayscale: #AEAEAE. Windows color (decimal): -2060833 or 14650848. OLE color: 14650848.

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

Color convert

RGB 224 141 223 -
CMYK 0 0.37 0.00 0.12
HSL 300.72º 0.57% 0.72% -
HSV(B) 300.72º 0.37% 0.88% -
XYZ 53.58 40.22 74.75 -
YUV 175.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 224 141 223 0 0.37 0.00 0.12 300.72 0.57 0.72
Hex E0 8D DF 0 25 0 C 12D 39 48
Octal 340 215 337 0 45 0 14 455 71 110
Binary 11100000 10001101 11011111 0 100101 0 1100 100101101 111001 1001000

Color Harmonies of #E08DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DDF

Black with #E08DDF

Text Example


Text Example

White with #E08DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DDF; }

 p { color: rgb(224,141,223); }

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

background-color css

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

 a { background-color: rgb(224,141,223); }

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

border-color css

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

 span { border-color: rgb(224,141,223); }

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