Html Css Color HEX #E69EDE Plum

📋 copy color: '#E69EDE'

red 230 ◦ green 158 ◦ blue 222

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

Shades of Plum #E69EDE

Tints of Plum #E69EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.9%

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

R = 37.7%
G = 25.9%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E69EDE (or 0xE69EDE) is known color: Plum. HEX triplet: E6, 9E and DE. RGB value is (230,158,222). Sum of RGB (Red+Green+Blue) = 230+158+222=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDE is #196121. Grayscale: #BABABA. Windows color (decimal): -1663266 or 14589670. OLE color: 14589670.

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

Color convert

RGB 230 158 222 -
CMYK 0 0.31 0.03 0.10
HSL 306.67º 0.59% 0.76% -
HSV(B) 306.67º 0.31% 0.9% -
XYZ 58.04 46.55 75.03 -
YUV 186.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 230 158 222 0 0.31 0.03 0.10 306.67 0.59 0.76
Hex E6 9E DE 0 1F 3 A 133 3B 4C
Octal 346 236 336 0 37 3 12 463 73 114
Binary 11100110 10011110 11011110 0 11111 11 1010 100110011 111011 1001100

Color Harmonies of #E69EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69EDE

Black with #E69EDE

Text Example


Text Example

White with #E69EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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