Html Css Color HEX #EDA0F6 Plum

📋 copy color: '#EDA0F6'

red 237 ◦ green 160 ◦ blue 246

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

Shades of Plum #EDA0F6

Tints of Plum #EDA0F6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.88%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 36.86%
G = 24.88%
B = 38.26%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDA0F6 (or 0xEDA0F6) is known color: Plum. HEX triplet: ED, A0 and F6. RGB value is (237,160,246). Sum of RGB (Red+Green+Blue) = 237+160+246=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 160 (62.89% from 255 or 24.88% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDA0F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA0F6 is #125F09. Grayscale: #C0C0C0. Windows color (decimal): -1203978 or 16163053. OLE color: 16163053.

HSL color Cylindrical-coordinate representation of color #EDA0F6: hue angle of 293.72º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA0F6 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 160 246 -
CMYK 0.04 0.35 0 0.04
HSL 293.72º 0.83% 0.8% -
HSV(B) 293.72º 0.35% 0.96% -
XYZ 64.13 49.8 93.42 -
YUV 192.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 237 160 246 0.04 0.35 0 0.04 293.72 0.83 0.8
Hex ED A0 F6 4 23 0 4 126 53 50
Octal 355 240 366 4 43 0 4 446 123 120
Binary 11101101 10100000 11110110 100 100011 0 100 100100110 1010011 1010000

Color Harmonies of #EDA0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA0F6

Black with #EDA0F6

Text Example


Text Example

White with #EDA0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA0F6; }

 p { color: rgb(237,160,246); }

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

background-color css

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

 a { background-color: rgb(237,160,246); }

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

border-color css

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

 span { border-color: rgb(237,160,246); }

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