Html Css Color HEX #E68FDE Plum

📋 copy color: '#E68FDE'

red 230 ◦ green 143 ◦ blue 222

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

Shades of Plum #E68FDE

Tints of Plum #E68FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.03%

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 38.66%
G = 24.03%
B = 37.31%

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

#E68FDE (or 0xE68FDE) is known color: Plum. HEX triplet: E6, 8F and DE. RGB value is (230,143,222). Sum of RGB (Red+Green+Blue) = 230+143+222=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68FDE is #197021. Grayscale: #B1B1B1. Windows color (decimal): -1667106 or 14585830. OLE color: 14585830.

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

Color convert

RGB 230 143 222 -
CMYK 0 0.38 0.03 0.10
HSL 305.52º 0.64% 0.73% -
HSV(B) 305.52º 0.38% 0.9% -
XYZ 55.64 41.74 74.23 -
YUV 178.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 230 143 222 0 0.38 0.03 0.10 305.52 0.64 0.73
Hex E6 8F DE 0 26 3 A 132 40 49
Octal 346 217 336 0 46 3 12 462 100 111
Binary 11100110 10001111 11011110 0 100110 11 1010 100110010 1000000 1001001

Color Harmonies of #E68FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68FDE

Black with #E68FDE

Text Example


Text Example

White with #E68FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68FDE; }

 p { color: rgb(230,143,222); }

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

background-color css

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

 a { background-color: rgb(230,143,222); }

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

border-color css

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

 span { border-color: rgb(230,143,222); }

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