Html Css Color HEX #E698DB Plum

📋 copy color: '#E698DB'

red 230 ◦ green 152 ◦ blue 219

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

Shades of Plum #E698DB

Tints of Plum #E698DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.29%

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

R = 38.27%
G = 25.29%
B = 36.44%

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

#E698DB (or 0xE698DB) is known color: Plum. HEX triplet: E6, 98 and DB. RGB value is (230,152,219). Sum of RGB (Red+Green+Blue) = 230+152+219=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DB is #196724. Grayscale: #B6B6B6. Windows color (decimal): -1664805 or 14391526. OLE color: 14391526.

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

Color convert

RGB 230 152 219 -
CMYK 0 0.34 0.05 0.10
HSL 308.46º 0.61% 0.75% -
HSV(B) 308.46º 0.34% 0.9% -
XYZ 56.65 44.39 72.6 -
YUV 182.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 230 152 219 0 0.34 0.05 0.10 308.46 0.61 0.75
Hex E6 98 DB 0 22 5 A 134 3D 4B
Octal 346 230 333 0 42 5 12 464 75 113
Binary 11100110 10011000 11011011 0 100010 101 1010 100110100 111101 1001011

Color Harmonies of #E698DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E698DB

Black with #E698DB

Text Example


Text Example

White with #E698DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E698DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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