Html Css Color HEX #E08DCE Plum

📋 copy color: '#E08DCE'

red 224 ◦ green 141 ◦ blue 206

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

Shades of Plum #E08DCE

Tints of Plum #E08DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 39.23%
G = 24.69%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E08DCE (or 0xE08DCE) is known color: Plum. HEX triplet: E0, 8D and CE. RGB value is (224,141,206). Sum of RGB (Red+Green+Blue) = 224+141+206=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCE is #1F7231. Grayscale: #ADADAD. Windows color (decimal): -2060850 or 13536736. OLE color: 13536736.

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

Color convert

RGB 224 141 206 -
CMYK 0 0.37 0.08 0.12
HSL 313.01º 0.57% 0.72% -
HSV(B) 313.01º 0.37% 0.88% -
XYZ 51.41 39.35 63.28 -
YUV 173.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 224 141 206 0 0.37 0.08 0.12 313.01 0.57 0.72
Hex E0 8D CE 0 25 8 C 139 39 48
Octal 340 215 316 0 45 10 14 471 71 110
Binary 11100000 10001101 11001110 0 100101 1000 1100 100111001 111001 1001000

Color Harmonies of #E08DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DCE

Black with #E08DCE

Text Example


Text Example

White with #E08DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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