Html Css Color HEX #EDA3EE Plum

📋 copy color: '#EDA3EE'

red 237 ◦ green 163 ◦ blue 238

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

Shades of Plum #EDA3EE

Tints of Plum #EDA3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.55%

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

R = 37.15%
G = 25.55%
B = 37.3%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDA3EE (or 0xEDA3EE) is known color: Plum. HEX triplet: ED, A3 and EE. RGB value is (237,163,238). Sum of RGB (Red+Green+Blue) = 237+163+238=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3EE is #125C11. Grayscale: #C1C1C1. Windows color (decimal): -1203218 or 15639533. OLE color: 15639533.

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

Color convert

RGB 237 163 238 -
CMYK 0.00 0.32 0 0.07
HSL 299.2º 0.69% 0.79% -
HSV(B) 299.2º 0.32% 0.93% -
XYZ 63.45 50.37 87.27 -
YUV 193.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 237 163 238 0.00 0.32 0 0.07 299.2 0.69 0.79
Hex ED A3 EE 0 20 0 7 12B 45 4F
Octal 355 243 356 0 40 0 7 453 105 117
Binary 11101101 10100011 11101110 0 100000 0 111 100101011 1000101 1001111

Color Harmonies of #EDA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA3EE

Black with #EDA3EE

Text Example


Text Example

White with #EDA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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