Html Css Color HEX #E69DDE Plum

📋 copy color: '#E69DDE'

red 230 ◦ green 157 ◦ blue 222

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

Shades of Plum #E69DDE

Tints of Plum #E69DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 37.77%
G = 25.78%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E69DDE (or 0xE69DDE) is known color: Plum. HEX triplet: E6, 9D and DE. RGB value is (230,157,222). Sum of RGB (Red+Green+Blue) = 230+157+222=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DDE is #196221. Grayscale: #BABABA. Windows color (decimal): -1663522 or 14589414. OLE color: 14589414.

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

Color convert

RGB 230 157 222 -
CMYK 0 0.32 0.03 0.10
HSL 306.58º 0.59% 0.76% -
HSV(B) 306.58º 0.32% 0.9% -
XYZ 57.87 46.21 74.98 -
YUV 186.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 230 157 222 0 0.32 0.03 0.10 306.58 0.59 0.76
Hex E6 9D DE 0 20 3 A 133 3B 4C
Octal 346 235 336 0 40 3 12 463 73 114
Binary 11100110 10011101 11011110 0 100000 11 1010 100110011 111011 1001100

Color Harmonies of #E69DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69DDE

Black with #E69DDE

Text Example


Text Example

White with #E69DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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