Html Css Color HEX #E697DE Plum

📋 copy color: '#E697DE'

red 230 ◦ green 151 ◦ blue 222

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

Shades of Plum #E697DE

Tints of Plum #E697DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.04%

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

R = 38.14%
G = 25.04%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E697DE (or 0xE697DE) is known color: Plum. HEX triplet: E6, 97 and DE. RGB value is (230,151,222). Sum of RGB (Red+Green+Blue) = 230+151+222=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E697DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697DE is #196821. Grayscale: #B6B6B6. Windows color (decimal): -1665058 or 14587878. OLE color: 14587878.

HSL color Cylindrical-coordinate representation of color #E697DE: hue angle of 306.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697DE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 222 -
CMYK 0 0.34 0.03 0.10
HSL 306.08º 0.61% 0.75% -
HSV(B) 306.08º 0.34% 0.9% -
XYZ 56.88 44.23 74.65 -
YUV 182.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 230 151 222 0 0.34 0.03 0.10 306.08 0.61 0.75
Hex E6 97 DE 0 22 3 A 132 3D 4B
Octal 346 227 336 0 42 3 12 462 75 113
Binary 11100110 10010111 11011110 0 100010 11 1010 100110010 111101 1001011

Color Harmonies of #E697DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697DE

Black with #E697DE

Text Example


Text Example

White with #E697DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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