Html Css Color HEX #E68EDC Plum

📋 copy color: '#E68EDC'

red 230 ◦ green 142 ◦ blue 220

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

Shades of Plum #E68EDC

Tints of Plum #E68EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.99%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 38.85%
G = 23.99%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E68EDC (or 0xE68EDC) is known color: Plum. HEX triplet: E6, 8E and DC. RGB value is (230,142,220). Sum of RGB (Red+Green+Blue) = 230+142+220=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EDC is #197123. Grayscale: #B0B0B0. Windows color (decimal): -1667364 or 14454502. OLE color: 14454502.

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

Color convert

RGB 230 142 220 -
CMYK 0 0.38 0.04 0.10
HSL 306.82º 0.64% 0.73% -
HSV(B) 306.82º 0.38% 0.9% -
XYZ 55.22 41.34 72.78 -
YUV 177.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 230 142 220 0 0.38 0.04 0.10 306.82 0.64 0.73
Hex E6 8E DC 0 26 4 A 133 40 49
Octal 346 216 334 0 46 4 12 463 100 111
Binary 11100110 10001110 11011100 0 100110 100 1010 100110011 1000000 1001001

Color Harmonies of #E68EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68EDC

Black with #E68EDC

Text Example


Text Example

White with #E68EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68EDC; }

 p { color: rgb(230,142,220); }

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

background-color css

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

 a { background-color: rgb(230,142,220); }

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

border-color css

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

 span { border-color: rgb(230,142,220); }

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