Html Css Color HEX #EDA4EE Plum

📋 copy color: '#EDA4EE'

red 237 ◦ green 164 ◦ blue 238

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

Shades of Plum #EDA4EE

Tints of Plum #EDA4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.67%

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

R = 37.09%
G = 25.67%
B = 37.25%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDA4EE (or 0xEDA4EE) is known color: Plum. HEX triplet: ED, A4 and EE. RGB value is (237,164,238). Sum of RGB (Red+Green+Blue) = 237+164+238=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDA4EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4EE is #125B11. Grayscale: #C2C2C2. Windows color (decimal): -1202962 or 15639789. OLE color: 15639789.

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

Color convert

RGB 237 164 238 -
CMYK 0.00 0.31 0 0.07
HSL 299.19º 0.69% 0.79% -
HSV(B) 299.19º 0.31% 0.93% -
XYZ 63.63 50.73 87.33 -
YUV 194.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 237 164 238 0.00 0.31 0 0.07 299.19 0.69 0.79
Hex ED A4 EE 0 1F 0 7 12B 45 4F
Octal 355 244 356 0 37 0 7 453 105 117
Binary 11101101 10100100 11101110 0 11111 0 111 100101011 1000101 1001111

Color Harmonies of #EDA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4EE

Black with #EDA4EE

Text Example


Text Example

White with #EDA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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