Html Css Color HEX #E693DD Plum

📋 copy color: '#E693DD'

red 230 ◦ green 147 ◦ blue 221

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

Shades of Plum #E693DD

Tints of Plum #E693DD

RGB

 RED value IS 230 (90.23% from 255) = 38.46%

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

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

R = 38.46%
G = 24.58%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E693DD (or 0xE693DD) is known color: Plum. HEX triplet: E6, 93 and DD. RGB value is (230,147,221). Sum of RGB (Red+Green+Blue) = 230+147+221=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E693DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693DD is #196C22. Grayscale: #B4B4B4. Windows color (decimal): -1666083 or 14521318. OLE color: 14521318.

HSL color Cylindrical-coordinate representation of color #E693DD: hue angle of 306.51º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E693DD is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 221 -
CMYK 0 0.36 0.04 0.10
HSL 306.51º 0.62% 0.74% -
HSV(B) 306.51º 0.36% 0.9% -
XYZ 56.12 42.91 73.73 -
YUV 180.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 230 147 221 0 0.36 0.04 0.10 306.51 0.62 0.74
Hex E6 93 DD 0 24 4 A 133 3E 4A
Octal 346 223 335 0 44 4 12 463 76 112
Binary 11100110 10010011 11011101 0 100100 100 1010 100110011 111110 1001010

Color Harmonies of #E693DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693DD

Black with #E693DD

Text Example


Text Example

White with #E693DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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