Html Css Color HEX #E090DF Plum

📋 copy color: '#E090DF'

red 224 ◦ green 144 ◦ blue 223

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

Shades of Plum #E090DF

Tints of Plum #E090DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 37.9%
G = 24.37%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E090DF (or 0xE090DF) is known color: Plum. HEX triplet: E0, 90 and DF. RGB value is (224,144,223). Sum of RGB (Red+Green+Blue) = 224+144+223=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E090DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090DF is #1F6F20. Grayscale: #B0B0B0. Windows color (decimal): -2060065 or 14651616. OLE color: 14651616.

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

Color convert

RGB 224 144 223 -
CMYK 0 0.36 0.00 0.12
HSL 300.75º 0.56% 0.72% -
HSV(B) 300.75º 0.36% 0.88% -
XYZ 54.03 41.12 74.9 -
YUV 176.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 224 144 223 0 0.36 0.00 0.12 300.75 0.56 0.72
Hex E0 90 DF 0 24 0 C 12D 38 48
Octal 340 220 337 0 44 0 14 455 70 110
Binary 11100000 10010000 11011111 0 100100 0 1100 100101101 111000 1001000

Color Harmonies of #E090DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E090DF

Black with #E090DF

Text Example


Text Example

White with #E090DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E090DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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