Html Css Color HEX #E08EDE Plum

📋 copy color: '#E08EDE'

red 224 ◦ green 142 ◦ blue 222

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

Shades of Plum #E08EDE

Tints of Plum #E08EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.15%

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 38.1%
G = 24.15%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E08EDE (or 0xE08EDE) is known color: Plum. HEX triplet: E0, 8E and DE. RGB value is (224,142,222). Sum of RGB (Red+Green+Blue) = 224+142+222=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDE is #1F7121. Grayscale: #AFAFAF. Windows color (decimal): -2060578 or 14585568. OLE color: 14585568.

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

Color convert

RGB 224 142 222 -
CMYK 0 0.37 0.01 0.12
HSL 301.46º 0.57% 0.72% -
HSV(B) 301.46º 0.37% 0.88% -
XYZ 53.6 40.47 74.09 -
YUV 175.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 224 142 222 0 0.37 0.01 0.12 301.46 0.57 0.72
Hex E0 8E DE 0 25 1 C 12D 39 48
Octal 340 216 336 0 45 1 14 455 71 110
Binary 11100000 10001110 11011110 0 100101 1 1100 100101101 111001 1001000

Color Harmonies of #E08EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08EDE

Black with #E08EDE

Text Example


Text Example

White with #E08EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08EDE; }

 p { color: rgb(224,142,222); }

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

background-color css

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

 a { background-color: rgb(224,142,222); }

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

border-color css

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

 span { border-color: rgb(224,142,222); }

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