Html Css Color HEX #E696DB Plum

📋 copy color: '#E696DB'

red 230 ◦ green 150 ◦ blue 219

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

Shades of Plum #E696DB

Tints of Plum #E696DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 38.4%
G = 25.04%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E696DB (or 0xE696DB) is known color: Plum. HEX triplet: E6, 96 and DB. RGB value is (230,150,219). Sum of RGB (Red+Green+Blue) = 230+150+219=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E696DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696DB is #196924. Grayscale: #B5B5B5. Windows color (decimal): -1665317 or 14391014. OLE color: 14391014.

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

Color convert

RGB 230 150 219 -
CMYK 0 0.35 0.05 0.10
HSL 308.25º 0.62% 0.75% -
HSV(B) 308.25º 0.35% 0.9% -
XYZ 56.33 43.75 72.49 -
YUV 181.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 230 150 219 0 0.35 0.05 0.10 308.25 0.62 0.75
Hex E6 96 DB 0 23 5 A 134 3E 4B
Octal 346 226 333 0 43 5 12 464 76 113
Binary 11100110 10010110 11011011 0 100011 101 1010 100110100 111110 1001011

Color Harmonies of #E696DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E696DB

Black with #E696DB

Text Example


Text Example

White with #E696DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E696DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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