Html Css Color HEX #E68EDF Plum

📋 copy color: '#E68EDF'

red 230 ◦ green 142 ◦ blue 223

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

Shades of Plum #E68EDF

Tints of Plum #E68EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 38.66%
G = 23.87%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E68EDF (or 0xE68EDF) is known color: Plum. HEX triplet: E6, 8E and DF. RGB value is (230,142,223). Sum of RGB (Red+Green+Blue) = 230+142+223=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E68EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68EDF is #197120. Grayscale: #B1B1B1. Windows color (decimal): -1667361 or 14651110. OLE color: 14651110.

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

Color convert

RGB 230 142 223 -
CMYK 0 0.38 0.03 0.10
HSL 304.77º 0.64% 0.73% -
HSV(B) 304.77º 0.38% 0.9% -
XYZ 55.63 41.5 74.89 -
YUV 177.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 230 142 223 0 0.38 0.03 0.10 304.77 0.64 0.73
Hex E6 8E DF 0 26 3 A 131 40 49
Octal 346 216 337 0 46 3 12 461 100 111
Binary 11100110 10001110 11011111 0 100110 11 1010 100110001 1000000 1001001

Color Harmonies of #E68EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68EDF

Black with #E68EDF

Text Example


Text Example

White with #E68EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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