Html Css Color HEX #E08DCF Plum

📋 copy color: '#E08DCF'

red 224 ◦ green 141 ◦ blue 207

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

Shades of Plum #E08DCF

Tints of Plum #E08DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 39.16%
G = 24.65%
B = 36.19%

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

#E08DCF (or 0xE08DCF) is known color: Plum. HEX triplet: E0, 8D and CF. RGB value is (224,141,207). Sum of RGB (Red+Green+Blue) = 224+141+207=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DCF is #1F7230. Grayscale: #ADADAD. Windows color (decimal): -2060849 or 13602272. OLE color: 13602272.

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

Color convert

RGB 224 141 207 -
CMYK 0 0.37 0.08 0.12
HSL 312.29º 0.57% 0.72% -
HSV(B) 312.29º 0.37% 0.88% -
XYZ 51.53 39.4 63.92 -
YUV 173.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 224 141 207 0 0.37 0.08 0.12 312.29 0.57 0.72
Hex E0 8D CF 0 25 8 C 138 39 48
Octal 340 215 317 0 45 10 14 470 71 110
Binary 11100000 10001101 11001111 0 100101 1000 1100 100111000 111001 1001000

Color Harmonies of #E08DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08DCF

Black with #E08DCF

Text Example


Text Example

White with #E08DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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