Html Css Color HEX #E393DD Plum

📋 copy color: '#E393DD'

red 227 ◦ green 147 ◦ blue 221

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

Shades of Plum #E393DD

Tints of Plum #E393DD

RGB

 RED value IS 227 (89.06% from 255) = 38.15%

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 38.15%
G = 24.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E393DD (or 0xE393DD) is known color: Plum. HEX triplet: E3, 93 and DD. RGB value is (227,147,221). Sum of RGB (Red+Green+Blue) = 227+147+221=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E393DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E393DD is #1C6C22. Grayscale: #B3B3B3. Windows color (decimal): -1862691 or 14521315. OLE color: 14521315.

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

Color convert

RGB 227 147 221 -
CMYK 0 0.35 0.03 0.11
HSL 304.5º 0.59% 0.73% -
HSV(B) 304.5º 0.35% 0.89% -
XYZ 55.16 42.42 73.69 -
YUV 179.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 227 147 221 0 0.35 0.03 0.11 304.5 0.59 0.73
Hex E3 93 DD 0 23 3 B 130 3B 49
Octal 343 223 335 0 43 3 13 460 73 111
Binary 11100011 10010011 11011101 0 100011 11 1011 100110000 111011 1001001

Color Harmonies of #E393DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E393DD

Black with #E393DD

Text Example


Text Example

White with #E393DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E393DD; }

 p { color: rgb(227,147,221); }

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

background-color css

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

 a { background-color: rgb(227,147,221); }

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

border-color css

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

 span { border-color: rgb(227,147,221); }

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