Html Css Color HEX #E699DA Plum

📋 copy color: '#E699DA'

red 230 ◦ green 153 ◦ blue 218

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

Shades of Plum #E699DA

Tints of Plum #E699DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.46%

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 38.27%
G = 25.46%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E699DA (or 0xE699DA) is known color: Plum. HEX triplet: E6, 99 and DA. RGB value is (230,153,218). Sum of RGB (Red+Green+Blue) = 230+153+218=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E699DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E699DA is #196625. Grayscale: #B7B7B7. Windows color (decimal): -1664550 or 14326246. OLE color: 14326246.

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

Color convert

RGB 230 153 218 -
CMYK 0 0.33 0.05 0.10
HSL 309.35º 0.61% 0.75% -
HSV(B) 309.35º 0.33% 0.9% -
XYZ 56.68 44.67 71.96 -
YUV 183.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 230 153 218 0 0.33 0.05 0.10 309.35 0.61 0.75
Hex E6 99 DA 0 21 5 A 135 3D 4B
Octal 346 231 332 0 41 5 12 465 75 113
Binary 11100110 10011001 11011010 0 100001 101 1010 100110101 111101 1001011

Color Harmonies of #E699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E699DA

Black with #E699DA

Text Example


Text Example

White with #E699DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E699DA; }

 p { color: rgb(230,153,218); }

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

background-color css

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

 a { background-color: rgb(230,153,218); }

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

border-color css

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

 span { border-color: rgb(230,153,218); }

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