Html Css Color HEX #E69DDA Plum

📋 copy color: '#E69DDA'

red 230 ◦ green 157 ◦ blue 218

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

Shades of Plum #E69DDA

Tints of Plum #E69DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.95%

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

R = 38.02%
G = 25.95%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E69DDA (or 0xE69DDA) is known color: Plum. HEX triplet: E6, 9D and DA. RGB value is (230,157,218). Sum of RGB (Red+Green+Blue) = 230+157+218=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DDA is #196225. Grayscale: #B9B9B9. Windows color (decimal): -1663526 or 14327270. OLE color: 14327270.

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

Color convert

RGB 230 157 218 -
CMYK 0 0.32 0.05 0.10
HSL 309.86º 0.59% 0.76% -
HSV(B) 309.86º 0.32% 0.9% -
XYZ 57.34 46 72.19 -
YUV 185.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 230 157 218 0 0.32 0.05 0.10 309.86 0.59 0.76
Hex E6 9D DA 0 20 5 A 136 3B 4C
Octal 346 235 332 0 40 5 12 466 73 114
Binary 11100110 10011101 11011010 0 100000 101 1010 100110110 111011 1001100

Color Harmonies of #E69DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DDA

Black with #E69DDA

Text Example


Text Example

White with #E69DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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