Html Css Color HEX #E493E9 Plum

📋 copy color: '#E493E9'

red 228 ◦ green 147 ◦ blue 233

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

Shades of Plum #E493E9

Tints of Plum #E493E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.32%

R = 37.5%
G = 24.18%
B = 38.32%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E493E9 (or 0xE493E9) is known color: Plum. HEX triplet: E4, 93 and E9. RGB value is (228,147,233). Sum of RGB (Red+Green+Blue) = 228+147+233=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #E493E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493E9 is #1B6C16. Grayscale: #B4B4B4. Windows color (decimal): -1797143 or 15307748. OLE color: 15307748.

HSL color Cylindrical-coordinate representation of color #E493E9: hue angle of 296.51º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E493E9 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 228 147 233 -
CMYK 0.02 0.37 0 0.09
HSL 296.51º 0.66% 0.75% -
HSV(B) 296.51º 0.37% 0.91% -
XYZ 57.14 43.24 82.43 -
YUV 181.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 228 147 233 0.02 0.37 0 0.09 296.51 0.66 0.75
Hex E4 93 E9 2 25 0 9 129 42 4B
Octal 344 223 351 2 45 0 11 451 102 113
Binary 11100100 10010011 11101001 10 100101 0 1001 100101001 1000010 1001011

Color Harmonies of #E493E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E493E9

Black with #E493E9

Text Example


Text Example

White with #E493E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E493E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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