Html Css Color HEX #E6ADEE Plum

📋 copy color: '#E6ADEE'

red 230 ◦ green 173 ◦ blue 238

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

Shades of Plum #E6ADEE

Tints of Plum #E6ADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.99%

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 35.88%
G = 26.99%
B = 37.13%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6ADEE (or 0xE6ADEE) is known color: Plum. HEX triplet: E6, AD and EE. RGB value is (230,173,238). Sum of RGB (Red+Green+Blue) = 230+173+238=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6ADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADEE is #195211. Grayscale: #C5C5C5. Windows color (decimal): -1659410 or 15642086. OLE color: 15642086.

HSL color Cylindrical-coordinate representation of color #E6ADEE: hue angle of 292.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6ADEE is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 173 238 -
CMYK 0.03 0.27 0 0.07
HSL 292.62º 0.66% 0.81% -
HSV(B) 292.62º 0.27% 0.93% -
XYZ 63.01 52.88 87.78 -
YUV 197.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 230 173 238 0.03 0.27 0 0.07 292.62 0.66 0.81
Hex E6 AD EE 3 1B 0 7 125 42 51
Octal 346 255 356 3 33 0 7 445 102 121
Binary 11100110 10101101 11101110 11 11011 0 111 100100101 1000010 1010001

Color Harmonies of #E6ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADEE

Black with #E6ADEE

Text Example


Text Example

White with #E6ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADEE; }

 p { color: rgb(230,173,238); }

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

background-color css

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

 a { background-color: rgb(230,173,238); }

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

border-color css

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

 span { border-color: rgb(230,173,238); }

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