Html Css Color HEX #E493DE Plum

📋 copy color: '#E493DE'

red 228 ◦ green 147 ◦ blue 222

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

Shades of Plum #E493DE

Tints of Plum #E493DE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.62%

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

R = 38.19%
G = 24.62%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E493DE (or 0xE493DE) is known color: Plum. HEX triplet: E4, 93 and DE. RGB value is (228,147,222). Sum of RGB (Red+Green+Blue) = 228+147+222=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 228 - color contains mainly: red. Hex color #E493DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E493DE is #1B6C21. Grayscale: #B3B3B3. Windows color (decimal): -1797154 or 14586852. OLE color: 14586852.

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

Color convert

RGB 228 147 222 -
CMYK 0 0.36 0.03 0.11
HSL 304.44º 0.6% 0.74% -
HSV(B) 304.44º 0.36% 0.89% -
XYZ 55.61 42.64 74.41 -
YUV 179.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 228 147 222 0 0.36 0.03 0.11 304.44 0.6 0.74
Hex E4 93 DE 0 24 3 B 130 3C 4A
Octal 344 223 336 0 44 3 13 460 74 112
Binary 11100100 10010011 11011110 0 100100 11 1011 100110000 111100 1001010

Color Harmonies of #E493DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493DE

Black with #E493DE

Text Example


Text Example

White with #E493DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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