Html Css Color HEX #EDA6EE Plum

📋 copy color: '#EDA6EE'

red 237 ◦ green 166 ◦ blue 238

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

Shades of Plum #EDA6EE

Tints of Plum #EDA6EE

RGB

 RED value IS 237 (92.97% from 255) = 36.97%

 GREEN value IS 166 (65.23% from 255) = 25.9%

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

R = 36.97%
G = 25.9%
B = 37.13%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDA6EE (or 0xEDA6EE) is known color: Plum. HEX triplet: ED, A6 and EE. RGB value is (237,166,238). Sum of RGB (Red+Green+Blue) = 237+166+238=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 166 (65.23% from 255 or 25.90% 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 #EDA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA6EE is #125911. Grayscale: #C3C3C3. Windows color (decimal): -1202450 or 15640301. OLE color: 15640301.

HSL color Cylindrical-coordinate representation of color #EDA6EE: hue angle of 299.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6EE is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 238 -
CMYK 0.00 0.30 0 0.07
HSL 299.17º 0.68% 0.79% -
HSV(B) 299.17º 0.3% 0.93% -
XYZ 63.99 51.45 87.45 -
YUV 195.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 237 166 238 0.00 0.30 0 0.07 299.17 0.68 0.79
Hex ED A6 EE 0 1E 0 7 12B 44 4F
Octal 355 246 356 0 36 0 7 453 104 117
Binary 11101101 10100110 11101110 0 11110 0 111 100101011 1000100 1001111

Color Harmonies of #EDA6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6EE

Black with #EDA6EE

Text Example


Text Example

White with #EDA6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6EE; }

 p { color: rgb(237,166,238); }

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

background-color css

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

 a { background-color: rgb(237,166,238); }

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

border-color css

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

 span { border-color: rgb(237,166,238); }

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