Html Css Color HEX #E69DD7 Plum

📋 copy color: '#E69DD7'

red 230 ◦ green 157 ◦ blue 215

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

Shades of Plum #E69DD7

Tints of Plum #E69DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.71%

R = 38.21%
G = 26.08%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E69DD7 (or 0xE69DD7) is known color: Plum. HEX triplet: E6, 9D and D7. RGB value is (230,157,215). Sum of RGB (Red+Green+Blue) = 230+157+215=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DD7 is #196228. Grayscale: #B9B9B9. Windows color (decimal): -1663529 or 14130662. OLE color: 14130662.

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

Color convert

RGB 230 157 215 -
CMYK 0 0.32 0.07 0.10
HSL 312.33º 0.59% 0.76% -
HSV(B) 312.33º 0.32% 0.9% -
XYZ 56.96 45.84 70.14 -
YUV 185.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 230 157 215 0 0.32 0.07 0.10 312.33 0.59 0.76
Hex E6 9D D7 0 20 7 A 138 3B 4C
Octal 346 235 327 0 40 7 12 470 73 114
Binary 11100110 10011101 11010111 0 100000 111 1010 100111000 111011 1001100

Color Harmonies of #E69DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DD7

Black with #E69DD7

Text Example


Text Example

White with #E69DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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