Html Css Color HEX #E693D6 Plum

📋 copy color: '#E693D6'

red 230 ◦ green 147 ◦ blue 214

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

Shades of Plum #E693D6

Tints of Plum #E693D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.21%

R = 38.92%
G = 24.87%
B = 36.21%

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

#E693D6 (or 0xE693D6) is known color: Plum. HEX triplet: E6, 93 and D6. RGB value is (230,147,214). Sum of RGB (Red+Green+Blue) = 230+147+214=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E693D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E693D6 is #196C29. Grayscale: #B3B3B3. Windows color (decimal): -1666090 or 14062566. OLE color: 14062566.

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

Color convert

RGB 230 147 214 -
CMYK 0 0.36 0.07 0.10
HSL 311.57º 0.62% 0.74% -
HSV(B) 311.57º 0.36% 0.9% -
XYZ 55.2 42.55 68.92 -
YUV 179.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 230 147 214 0 0.36 0.07 0.10 311.57 0.62 0.74
Hex E6 93 D6 0 24 7 A 138 3E 4A
Octal 346 223 326 0 44 7 12 470 76 112
Binary 11100110 10010011 11010110 0 100100 111 1010 100111000 111110 1001010

Color Harmonies of #E693D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E693D6

Black with #E693D6

Text Example


Text Example

White with #E693D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E693D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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