Html Css Color HEX #E893DD Plum

📋 copy color: '#E893DD'

red 232 ◦ green 147 ◦ blue 221

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

Shades of Plum #E893DD

Tints of Plum #E893DD

RGB

 RED value IS 232 (91.02% from 255) = 38.67%

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

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

R = 38.67%
G = 24.5%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E893DD (or 0xE893DD) is known color: Plum. HEX triplet: E8, 93 and DD. RGB value is (232,147,221). Sum of RGB (Red+Green+Blue) = 232+147+221=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 147 (57.81% from 255 or 24.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E893DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893DD is #176C22. Grayscale: #B4B4B4. Windows color (decimal): -1535011 or 14521320. OLE color: 14521320.

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

Color convert

RGB 232 147 221 -
CMYK 0 0.37 0.05 0.09
HSL 307.76º 0.65% 0.74% -
HSV(B) 307.76º 0.37% 0.91% -
XYZ 56.76 43.24 73.76 -
YUV 180.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 232 147 221 0 0.37 0.05 0.09 307.76 0.65 0.74
Hex E8 93 DD 0 25 5 9 134 41 4A
Octal 350 223 335 0 45 5 11 464 101 112
Binary 11101000 10010011 11011101 0 100101 101 1001 100110100 1000001 1001010

Color Harmonies of #E893DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E893DD

Black with #E893DD

Text Example


Text Example

White with #E893DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E893DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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