Html Css Color HEX #E697DB Plum

📋 copy color: '#E697DB'

red 230 ◦ green 151 ◦ blue 219

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

Shades of Plum #E697DB

Tints of Plum #E697DB

RGB

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

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

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

R = 38.33%
G = 25.17%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E697DB (or 0xE697DB) is known color: Plum. HEX triplet: E6, 97 and DB. RGB value is (230,151,219). Sum of RGB (Red+Green+Blue) = 230+151+219=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E697DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697DB is #196824. Grayscale: #B6B6B6. Windows color (decimal): -1665061 or 14391270. OLE color: 14391270.

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

Color convert

RGB 230 151 219 -
CMYK 0 0.34 0.05 0.10
HSL 308.35º 0.61% 0.75% -
HSV(B) 308.35º 0.34% 0.9% -
XYZ 56.49 44.07 72.55 -
YUV 182.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 230 151 219 0 0.34 0.05 0.10 308.35 0.61 0.75
Hex E6 97 DB 0 22 5 A 134 3D 4B
Octal 346 227 333 0 42 5 12 464 75 113
Binary 11100110 10010111 11011011 0 100010 101 1010 100110100 111101 1001011

Color Harmonies of #E697DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E697DB

Black with #E697DB

Text Example


Text Example

White with #E697DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E697DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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