Html Css Color HEX #E090DE Plum

📋 copy color: '#E090DE'

red 224 ◦ green 144 ◦ blue 222

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

Shades of Plum #E090DE

Tints of Plum #E090DE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.41%

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

R = 37.97%
G = 24.41%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E090DE (or 0xE090DE) is known color: Plum. HEX triplet: E0, 90 and DE. RGB value is (224,144,222). Sum of RGB (Red+Green+Blue) = 224+144+222=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E090DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090DE is #1F6F21. Grayscale: #B0B0B0. Windows color (decimal): -2060066 or 14586080. OLE color: 14586080.

HSL color Cylindrical-coordinate representation of color #E090DE: hue angle of 301.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090DE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 222 -
CMYK 0 0.36 0.01 0.12
HSL 301.5º 0.56% 0.72% -
HSV(B) 301.5º 0.36% 0.88% -
XYZ 53.9 41.07 74.19 -
YUV 176.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 224 144 222 0 0.36 0.01 0.12 301.5 0.56 0.72
Hex E0 90 DE 0 24 1 C 12E 38 48
Octal 340 220 336 0 44 1 14 456 70 110
Binary 11100000 10010000 11011110 0 100100 1 1100 100101110 111000 1001000

Color Harmonies of #E090DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090DE

Black with #E090DE

Text Example


Text Example

White with #E090DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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