Html Css Color HEX #E09EDA Plum

📋 copy color: '#E09EDA'

red 224 ◦ green 158 ◦ blue 218

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

Shades of Plum #E09EDA

Tints of Plum #E09EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.33%

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

R = 37.33%
G = 26.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E09EDA (or 0xE09EDA) is known color: Plum. HEX triplet: E0, 9E and DA. RGB value is (224,158,218). Sum of RGB (Red+Green+Blue) = 224+158+218=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EDA is #1F6125. Grayscale: #B8B8B8. Windows color (decimal): -2056486 or 14327520. OLE color: 14327520.

HSL color Cylindrical-coordinate representation of color #E09EDA: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09EDA is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 158 218 -
CMYK 0 0.29 0.03 0.12
HSL 305.45º 0.52% 0.75% -
HSV(B) 305.45º 0.29% 0.88% -
XYZ 55.62 45.36 72.15 -
YUV 184.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 224 158 218 0 0.29 0.03 0.12 305.45 0.52 0.75
Hex E0 9E DA 0 1D 3 C 131 34 4B
Octal 340 236 332 0 35 3 14 461 64 113
Binary 11100000 10011110 11011010 0 11101 11 1100 100110001 110100 1001011

Color Harmonies of #E09EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EDA

Black with #E09EDA

Text Example


Text Example

White with #E09EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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