Html Css Color HEX #E693D7 Plum

📋 copy color: '#E693D7'

red 230 ◦ green 147 ◦ blue 215

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

Shades of Plum #E693D7

Tints of Plum #E693D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 38.85%
G = 24.83%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E693D7 (or 0xE693D7) is known color: Plum. HEX triplet: E6, 93 and D7. RGB value is (230,147,215). Sum of RGB (Red+Green+Blue) = 230+147+215=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D7 is #196C28. Grayscale: #B3B3B3. Windows color (decimal): -1666089 or 14128102. OLE color: 14128102.

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

Color convert

RGB 230 147 215 -
CMYK 0 0.36 0.07 0.10
HSL 310.84º 0.62% 0.74% -
HSV(B) 310.84º 0.36% 0.9% -
XYZ 55.33 42.6 69.6 -
YUV 179.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 230 147 215 0 0.36 0.07 0.10 310.84 0.62 0.74
Hex E6 93 D7 0 24 7 A 137 3E 4A
Octal 346 223 327 0 44 7 12 467 76 112
Binary 11100110 10010011 11010111 0 100100 111 1010 100110111 111110 1001010

Color Harmonies of #E693D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693D7

Black with #E693D7

Text Example


Text Example

White with #E693D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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