Html Css Color HEX #E490DE Plum

📋 copy color: '#E490DE'

red 228 ◦ green 144 ◦ blue 222

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

Shades of Plum #E490DE

Tints of Plum #E490DE

RGB

 RED value IS 228 (89.45% from 255) = 38.38%

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

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

R = 38.38%
G = 24.24%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E490DE (or 0xE490DE) is known color: Plum. HEX triplet: E4, 90 and DE. RGB value is (228,144,222). Sum of RGB (Red+Green+Blue) = 228+144+222=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E490DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490DE is #1B6F21. Grayscale: #B1B1B1. Windows color (decimal): -1797922 or 14586084. OLE color: 14586084.

HSL color Cylindrical-coordinate representation of color #E490DE: hue angle of 304.29º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490DE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 144 222 -
CMYK 0 0.37 0.03 0.11
HSL 304.29º 0.61% 0.73% -
HSV(B) 304.29º 0.37% 0.89% -
XYZ 55.15 41.71 74.25 -
YUV 178.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 228 144 222 0 0.37 0.03 0.11 304.29 0.61 0.73
Hex E4 90 DE 0 25 3 B 130 3D 49
Octal 344 220 336 0 45 3 13 460 75 111
Binary 11100100 10010000 11011110 0 100101 11 1011 100110000 111101 1001001

Color Harmonies of #E490DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E490DE

Black with #E490DE

Text Example


Text Example

White with #E490DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E490DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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