Html Css Color HEX #E08EDA Plum

📋 copy color: '#E08EDA'

red 224 ◦ green 142 ◦ blue 218

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

Shades of Plum #E08EDA

Tints of Plum #E08EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 38.36%
G = 24.32%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E08EDA (or 0xE08EDA) is known color: Plum. HEX triplet: E0, 8E and DA. RGB value is (224,142,218). Sum of RGB (Red+Green+Blue) = 224+142+218=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDA is #1F7125. Grayscale: #AEAEAE. Windows color (decimal): -2060582 or 14323424. OLE color: 14323424.

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

Color convert

RGB 224 142 218 -
CMYK 0 0.37 0.03 0.12
HSL 304.39º 0.57% 0.72% -
HSV(B) 304.39º 0.37% 0.88% -
XYZ 53.07 40.26 71.3 -
YUV 175.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 224 142 218 0 0.37 0.03 0.12 304.39 0.57 0.72
Hex E0 8E DA 0 25 3 C 130 39 48
Octal 340 216 332 0 45 3 14 460 71 110
Binary 11100000 10001110 11011010 0 100101 11 1100 100110000 111001 1001000

Color Harmonies of #E08EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08EDA

Black with #E08EDA

Text Example


Text Example

White with #E08EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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