Html Css Color HEX #E693D9 Plum

📋 copy color: '#E693D9'

red 230 ◦ green 147 ◦ blue 217

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

Shades of Plum #E693D9

Tints of Plum #E693D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 38.72%
G = 24.75%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E693D9 (or 0xE693D9) is known color: Plum. HEX triplet: E6, 93 and D9. RGB value is (230,147,217). Sum of RGB (Red+Green+Blue) = 230+147+217=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D9 is #196C26. Grayscale: #B3B3B3. Windows color (decimal): -1666087 or 14259174. OLE color: 14259174.

HSL color Cylindrical-coordinate representation of color #E693D9: hue angle of 309.4º 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 #E693D9 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 217 -
CMYK 0 0.36 0.06 0.10
HSL 309.4º 0.62% 0.74% -
HSV(B) 309.4º 0.36% 0.9% -
XYZ 55.59 42.7 70.96 -
YUV 179.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 230 147 217 0 0.36 0.06 0.10 309.4 0.62 0.74
Hex E6 93 D9 0 24 6 A 135 3E 4A
Octal 346 223 331 0 44 6 12 465 76 112
Binary 11100110 10010011 11011001 0 100100 110 1010 100110101 111110 1001010

Color Harmonies of #E693D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693D9

Black with #E693D9

Text Example


Text Example

White with #E693D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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