Html Css Color HEX #E696DE Plum

📋 copy color: '#E696DE'

red 230 ◦ green 150 ◦ blue 222

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

Shades of Plum #E696DE

Tints of Plum #E696DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.92%

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

R = 38.21%
G = 24.92%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E696DE (or 0xE696DE) is known color: Plum. HEX triplet: E6, 96 and DE. RGB value is (230,150,222). Sum of RGB (Red+Green+Blue) = 230+150+222=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E696DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696DE is #196921. Grayscale: #B5B5B5. Windows color (decimal): -1665314 or 14587622. OLE color: 14587622.

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

Color convert

RGB 230 150 222 -
CMYK 0 0.35 0.03 0.10
HSL 306º 0.62% 0.75% -
HSV(B) 306º 0.35% 0.9% -
XYZ 56.72 43.91 74.59 -
YUV 182.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 230 150 222 0 0.35 0.03 0.10 306 0.62 0.75
Hex E6 96 DE 0 23 3 A 132 3E 4B
Octal 346 226 336 0 43 3 12 462 76 113
Binary 11100110 10010110 11011110 0 100011 11 1010 100110010 111110 1001011

Color Harmonies of #E696DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696DE

Black with #E696DE

Text Example


Text Example

White with #E696DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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